コード例 #1
0
        public static Custodian Map(RegisteredUserEntity registeredUserEntity, CommunityOwnerEntity communityOwnerEntity)
        {
            var custodian = registeredUserEntity.MapTo <Custodian>();

            registeredUserEntity.MapTo(custodian);
            custodian.AffiliateId = communityOwnerEntity.communityId;
            return(custodian);
        }
コード例 #2
0
ファイル: Custodians.designer.cs プロジェクト: formist/LinkMe
 partial void UpdateRegisteredUserEntity(RegisteredUserEntity instance);
コード例 #3
0
ファイル: Custodians.designer.cs プロジェクト: formist/LinkMe
 partial void DeleteRegisteredUserEntity(RegisteredUserEntity instance);
コード例 #4
0
ファイル: Custodians.designer.cs プロジェクト: formist/LinkMe
 partial void InsertRegisteredUserEntity(RegisteredUserEntity instance);