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