コード例 #1
0
 private void detach_RbMKBSubclasses_ModifyPersonId(RbMKBSubclass entity)
 {
     this.SendPropertyChanging("RbMKBSubclasses_ModifyPersonId");
     entity.Person_ModifyPersonId = null;
 }
コード例 #2
0
 private void attach_RbMKBSubclasses_CreatePersonId(RbMKBSubclass entity)
 {
     this.SendPropertyChanging("RbMKBSubclasses_CreatePersonId");
     entity.Person_CreatePersonId = this;
 }