コード例 #1
0
 private void detach_RbUserProfiles_ModifyPersonId(RbUserProfile entity)
 {
     this.SendPropertyChanging("RbUserProfiles_ModifyPersonId");
     entity.Person_ModifyPersonId = null;
 }
コード例 #2
0
 private void attach_RbUserProfiles_CreatePersonId(RbUserProfile entity)
 {
     this.SendPropertyChanging("RbUserProfiles_CreatePersonId");
     entity.Person_CreatePersonId = this;
 }