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