コード例 #1
0
 private void detach_RbEventProfiles_ModifyPersonId(RbEventProfile entity)
 {
     this.SendPropertyChanging("RbEventProfiles_ModifyPersonId");
     entity.Person_ModifyPersonId = null;
 }
コード例 #2
0
 private void attach_RbEventProfiles_CreatePersonId(RbEventProfile entity)
 {
     this.SendPropertyChanging("RbEventProfiles_CreatePersonId");
     entity.Person_CreatePersonId = this;
 }