private void detach_ClientRelations_RelativeTypeId1(ClientRelation entity)
 {
     this.SendPropertyChanging("ClientRelations_RelativeTypeId1");
     entity.RbRelationType_RelativeTypeId1 = null;
 }
 private void attach_ClientRelations_RelativeTypeId(ClientRelation entity)
 {
     this.SendPropertyChanging("ClientRelations_RelativeTypeId");
     entity.RbRelationType_RelativeTypeId = this;
 }
コード例 #3
0
 private void detach_ClientRelations_RelativeId(ClientRelation entity)
 {
     this.SendPropertyChanging("ClientRelations_RelativeId");
     entity.Client_RelativeId = null;
 }
コード例 #4
0
 private void attach_ClientRelations_ClientId(ClientRelation entity)
 {
     this.SendPropertyChanging("ClientRelations_ClientId");
     entity.Client_ClientId = this;
 }
コード例 #5
0
 private void detach_ClientRelations_ModifyPersonId(ClientRelation entity)
 {
     this.SendPropertyChanging("ClientRelations_ModifyPersonId");
     entity.Person_ModifyPersonId = null;
 }
コード例 #6
0
 private void attach_ClientRelations_CreatePersonId(ClientRelation entity)
 {
     this.SendPropertyChanging("ClientRelations_CreatePersonId");
     entity.Person_CreatePersonId = this;
 }