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