コード例 #1
0
ファイル: Jw.designer.cs プロジェクト: mitdacit/jw
		private void detach_AllocationShares(AllocationShare entity)
		{
			this.SendPropertyChanging();
			entity.Allocation = null;
		}
コード例 #2
0
ファイル: Jw.designer.cs プロジェクト: mitdacit/jw
		private void attach_AllocationShares(AllocationShare entity)
		{
			this.SendPropertyChanging();
			entity.Mr = this;
		}
コード例 #3
0
ファイル: Jw.designer.cs プロジェクト: mitdacit/jw
 partial void UpdateAllocationShare(AllocationShare instance);
コード例 #4
0
ファイル: Jw.designer.cs プロジェクト: mitdacit/jw
 partial void DeleteAllocationShare(AllocationShare instance);
コード例 #5
0
ファイル: Jw.designer.cs プロジェクト: mitdacit/jw
 partial void InsertAllocationShare(AllocationShare instance);