Epiworx.Business.FeedSource.Update C# (CSharp) Method

Update() protected method

protected Update ( FeedSourceMemberData data ) : void
data FeedSourceMemberData
return void
        protected void Update(FeedSourceMemberData data)
        {
            data.FeedSourceMemberId = this.FeedSourceMemberId;
            data.FeedId = this.FeedId;
            data.SourceId = this.SourceId;
            data.SourceTypeId = this.SourceTypeId;
            data.CreatedBy = this.CreatedBy;
            data.CreatedDate = this.CreatedDate;
        }