private void detach_Probes(Probe entity) { this.SendPropertyChanging("Probes"); entity.RbEquipment = null; }
private void detach_Probes(Probe entity) { this.SendPropertyChanging("Probes"); entity.SuiteReagent = null; }
private void detach_Probes(Probe entity) { this.SendPropertyChanging("Probes"); entity.RbContainerType = null; }
private void attach_Probes(Probe entity) { this.SendPropertyChanging("Probes"); entity.RbUnit = this; }
private void detach_Probes(Probe entity) { this.SendPropertyChanging("Probes"); entity.TakenTissueJournal = null; }
private void detach_Probes_PersonId(Probe entity) { this.SendPropertyChanging("Probes_PersonId"); entity.Person_PersonId = null; }
private void attach_Probes_ModifyPersonId(Probe entity) { this.SendPropertyChanging("Probes_ModifyPersonId"); entity.Person_ModifyPersonId = this; }
private void detach_Probes_WorkTestId(Probe entity) { this.SendPropertyChanging("Probes_WorkTestId"); entity.RbTest_WorkTestId = null; }
private void attach_Probes_TestId(Probe entity) { this.SendPropertyChanging("Probes_TestId"); entity.RbTest_TestId = this; }