Example #1
0
 partial void DeleteX_AssayGroupStandardTestResult(X_AssayGroupStandardTestResult instance);
Example #2
0
 partial void InsertX_AssayGroupStandardTestResult(X_AssayGroupStandardTestResult instance);
Example #3
0
		private void detach_X_AssayGroupStandardTestResults(X_AssayGroupStandardTestResult entity)
		{
			this.SendPropertyChanging();
			entity.X_Sample = null;
		}
Example #4
0
		private void attach_X_AssayGroupStandardTestResults(X_AssayGroupStandardTestResult entity)
		{
			this.SendPropertyChanging();
			entity.X_AssayGroupTest = this;
		}