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