Epiworx.Business.FeedSourceInfo.Child_Fetch C# (CSharp) Method

Child_Fetch() private method

private Child_Fetch ( FeedSourceMemberData data ) : void
data FeedSourceMemberData
return void
        private void Child_Fetch(FeedSourceMemberData data)
        {
            this.FeedSourceMemberId = data.FeedSourceMemberId;
            this.FeedId = data.FeedId;
            this.SourceId = data.SourceId;
            this.SourceName = data.Source.Name;
            this.SourceTypeId = data.SourceTypeId;
            this.CreatedBy = data.CreatedBy;
            this.CreatedDate = data.CreatedDate;
        }
FeedSourceInfo