Sage.Integration.Northwind.Feeds.SyncFeed.SyncFeed C# (CSharp) Метод

SyncFeed() публичный Метод

public SyncFeed ( ) : System
Результат System
        public SyncFeed()
        {
            this.Author = new Sage.Common.Syndication.FeedAuthor();
            this.Entries = new List<SyncFeedEntry>();
            this.Generator = new Sage.Common.Syndication.FeedGenerator();
            this.Groups = new Sage.Common.Syndication.FeedGroupCollection();
            this.Links = new Sage.Common.Syndication.FeedLinkCollection();
            this.Sorts = new Sage.Common.Syndication.FeedSortCollection();
            this.HttpStatusCode = HttpStatusCode.OK;
        }