Example #1
0
 partial void UpdateAoInFlight(AoInFlight instance);
Example #2
0
 partial void DeleteAoInFlight(AoInFlight instance);
Example #3
0
 partial void InsertAoInFlight(AoInFlight instance);
Example #4
0
		private void detach_AoInFlights(AoInFlight entity)
		{
			this.SendPropertyChanging();
			entity.AoOrderCustomer = null;
		}
Example #5
0
		private void detach_AoInFlights(AoInFlight entity)
		{
			this.SendPropertyChanging();
			entity.CfInUnitType = null;
		}
Example #6
0
		private void detach_AoInFlights(AoInFlight entity)
		{
			this.SendPropertyChanging();
			entity.AoProduct = null;
		}
Example #7
0
		private void attach_AoInFlights(AoInFlight entity)
		{
			this.SendPropertyChanging();
			entity.AoInCampaign = this;
		}