예제 #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);