private void detach_RbEquipmentTypes_ModifyPersonId(RbEquipmentType entity) { this.SendPropertyChanging("RbEquipmentTypes_ModifyPersonId"); entity.Person_ModifyPersonId = null; }
private void attach_RbEquipmentTypes_CreatePersonId(RbEquipmentType entity) { this.SendPropertyChanging("RbEquipmentTypes_CreatePersonId"); entity.Person_CreatePersonId = this; }