Sage.Integration.Northwind.Feeds.SyncFeedEntry.SyncFeedEntry C# (CSharp) Method

SyncFeedEntry() public method

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