Esempio n. 1
0
		private void detach_VehicleParts(VehiclePart entity)
		{
			this.SendPropertyChanging();
			entity.Vehicle = null;
		}
Esempio n. 2
0
		private void attach_VehicleParts(VehiclePart entity)
		{
			this.SendPropertyChanging();
			entity.Vehicle = this;
		}
Esempio n. 3
0
 partial void UpdateVehiclePart(VehiclePart instance);
Esempio n. 4
0
 partial void DeleteVehiclePart(VehiclePart instance);
Esempio n. 5
0
 partial void InsertVehiclePart(VehiclePart instance);