private void detach_StockRequisitions_SupplierId(StockRequisition entity)
 {
     this.SendPropertyChanging("StockRequisitions_SupplierId");
     entity.OrgStructure_SupplierId = null;
 }
コード例 #2
0
 private void detach_StockRequisitions_ModifyPersonId(StockRequisition entity)
 {
     this.SendPropertyChanging("StockRequisitions_ModifyPersonId");
     entity.Person_ModifyPersonId = null;
 }
 private void attach_StockRequisitions_RecipientId(StockRequisition entity)
 {
     this.SendPropertyChanging("StockRequisitions_RecipientId");
     entity.OrgStructure_RecipientId = this;
 }
コード例 #4
0
 private void attach_StockRequisitions_CreatePersonId(StockRequisition entity)
 {
     this.SendPropertyChanging("StockRequisitions_CreatePersonId");
     entity.Person_CreatePersonId = this;
 }