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; }
private void detach_ClientRelations_RelativeId(ClientRelation entity) { this.SendPropertyChanging("ClientRelations_RelativeId"); entity.Client_RelativeId = null; }
private void attach_ClientRelations_ClientId(ClientRelation entity) { this.SendPropertyChanging("ClientRelations_ClientId"); entity.Client_ClientId = this; }
private void detach_ClientRelations_ModifyPersonId(ClientRelation entity) { this.SendPropertyChanging("ClientRelations_ModifyPersonId"); entity.Person_ModifyPersonId = null; }
private void attach_ClientRelations_CreatePersonId(ClientRelation entity) { this.SendPropertyChanging("ClientRelations_CreatePersonId"); entity.Person_CreatePersonId = this; }