コード例 #1
0
 private void detach_RbDocumentTypeGroups_ModifyPersonId(RbDocumentTypeGroup entity)
 {
     this.SendPropertyChanging("RbDocumentTypeGroups_ModifyPersonId");
     entity.Person_ModifyPersonId = null;
 }
コード例 #2
0
 private void attach_RbDocumentTypeGroups_CreatePersonId(RbDocumentTypeGroup entity)
 {
     this.SendPropertyChanging("RbDocumentTypeGroups_CreatePersonId");
     entity.Person_CreatePersonId = this;
 }