Sage.Integration.Northwind.Feeds.SyncFeedEntry.SyncFeedEntry C# (CSharp) 메소드

SyncFeedEntry() 공개 메소드

public SyncFeedEntry ( ) : System
리턴 System
        public SyncFeedEntry()
        {
            this.SyncState = new SyncState();
            this.SyncLinks = new List<SyncFeedEntryLink>();
            this.IsUuidSet = false;
        }