コード例 #1
0
ファイル: Assays.designer.cs プロジェクト: NickAndersonX/xodb
 partial void DeleteX_AssayGroupStandardTestResult(X_AssayGroupStandardTestResult instance);
コード例 #2
0
ファイル: Assays.designer.cs プロジェクト: NickAndersonX/xodb
 partial void InsertX_AssayGroupStandardTestResult(X_AssayGroupStandardTestResult instance);
コード例 #3
0
ファイル: Assays.designer.cs プロジェクト: NickAndersonX/xodb
		private void detach_X_AssayGroupStandardTestResults(X_AssayGroupStandardTestResult entity)
		{
			this.SendPropertyChanging();
			entity.X_Sample = null;
		}
コード例 #4
0
ファイル: Assays.designer.cs プロジェクト: NickAndersonX/xodb
		private void attach_X_AssayGroupStandardTestResults(X_AssayGroupStandardTestResult entity)
		{
			this.SendPropertyChanging();
			entity.X_AssayGroupTest = this;
		}