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