partial void DeleteX_AssayGroupStandardTestResult(X_AssayGroupStandardTestResult instance);
partial void InsertX_AssayGroupStandardTestResult(X_AssayGroupStandardTestResult instance);
private void detach_X_AssayGroupStandardTestResults(X_AssayGroupStandardTestResult entity) { this.SendPropertyChanging(); entity.X_Sample = null; }
private void attach_X_AssayGroupStandardTestResults(X_AssayGroupStandardTestResult entity) { this.SendPropertyChanging(); entity.X_AssayGroupTest = this; }