Example #1
0
		private void attach_Car(Car entity)
		{
			this.SendPropertyChanging();
			entity.CarModel = this;
		}
Example #2
0
		private void detach_Car(Car entity)
		{
			this.SendPropertyChanging();
			entity.CarModel = null;
		}
Example #3
0
		private void detach_Car(Car entity)
		{
			this.SendPropertyChanging();
			entity.CarLoadingType = null;
		}
Example #4
0
		private void attach_Car(Car entity)
		{
			this.SendPropertyChanging();
			entity.CarLoadingType = this;
		}
Example #5
0
 partial void DeleteCar(Car instance);
Example #6
0
 partial void UpdateCar(Car instance);
Example #7
0
 partial void InsertCar(Car instance);