Esempio n. 1
0
		private void detach_AllocationShares(AllocationShare entity)
		{
			this.SendPropertyChanging();
			entity.Allocation = null;
		}
Esempio n. 2
0
		private void attach_AllocationShares(AllocationShare entity)
		{
			this.SendPropertyChanging();
			entity.Mr = this;
		}
Esempio n. 3
0
 partial void UpdateAllocationShare(AllocationShare instance);
Esempio n. 4
0
 partial void DeleteAllocationShare(AllocationShare instance);
Esempio n. 5
0
 partial void InsertAllocationShare(AllocationShare instance);