private void detach_RbServiceProfiles(RbServiceProfile entity) { this.SendPropertyChanging("RbServiceProfiles"); entity.RbService = null; }
private void attach_RbServiceProfiles(RbServiceProfile entity) { this.SendPropertyChanging("RbServiceProfiles"); entity.RbSpeciality = this; }
private void detach_RbServiceProfiles_ModifyPersonId(RbServiceProfile entity) { this.SendPropertyChanging("RbServiceProfiles_ModifyPersonId"); entity.Person_ModifyPersonId = null; }
private void attach_RbServiceProfiles(RbServiceProfile entity) { this.SendPropertyChanging("RbServiceProfiles"); entity.RbMedicalAidKind = this; }
private void attach_RbServiceProfiles_CreatePersonId(RbServiceProfile entity) { this.SendPropertyChanging("RbServiceProfiles_CreatePersonId"); entity.Person_CreatePersonId = this; }