Example #1
0
 partial void DeleteVehicleConfigAttribute(VehicleConfigAttribute instance);
Example #2
0
 partial void UpdateVehicleConfigAttribute(VehicleConfigAttribute instance);
Example #3
0
		private void detach_VehicleConfigAttributes(VehicleConfigAttribute entity)
		{
			this.SendPropertyChanging();
			entity.VehicleConfig = null;
		}
Example #4
0
 partial void InsertVehicleConfigAttribute(VehicleConfigAttribute instance);
Example #5
0
		private void attach_VehicleConfigAttributes(VehicleConfigAttribute entity)
		{
			this.SendPropertyChanging();
			entity.ConfigAttribute = this;
		}