Esempio n. 1
0
		private void detach_Shiping(Shiping entity)
		{
			this.SendPropertyChanging();
			entity.CarLoadingType = null;
		}
Esempio n. 2
0
 partial void UpdateShiping(Shiping instance);
Esempio n. 3
0
 partial void DeleteShiping(Shiping instance);
Esempio n. 4
0
 partial void InsertShiping(Shiping instance);
Esempio n. 5
0
		private void detach_Shiping(Shiping entity)
		{
			this.SendPropertyChanging();
			entity.Adress = null;
		}
Esempio n. 6
0
		private void attach_Shiping(Shiping entity)
		{
			this.SendPropertyChanging();
			entity.Adress = this;
		}
Esempio n. 7
0
		private void detach_Shiping(Shiping entity)
		{
			this.SendPropertyChanging();
			entity.FreightType = null;
		}
Esempio n. 8
0
		private void attach_Shiping(Shiping entity)
		{
			this.SendPropertyChanging();
			entity.FreightType = this;
		}