コード例 #1
0
 private void detach_SuiteReagents_RecipientPersonId(SuiteReagent entity)
 {
     this.SendPropertyChanging("SuiteReagents_RecipientPersonId");
     entity.Person_RecipientPersonId = null;
 }
コード例 #2
0
 private void attach_SuiteReagents_ModifyPersonId(SuiteReagent entity)
 {
     this.SendPropertyChanging("SuiteReagents_ModifyPersonId");
     entity.Person_ModifyPersonId = this;
 }