partial void DeleteMotor(Motor instance);
partial void InsertMotor(Motor instance);
partial void UpdateMotor(Motor instance);
private void attach_Motors(Motor entity) { this.SendPropertyChanging(); entity.Proizvodjac = this; }
private void detach_Motors(Motor entity) { this.SendPropertyChanging(); entity.Proizvodjac = null; }
private void attach_Motors8(Motor entity) { this.SendPropertyChanging(); entity.OpisTabelaUpravljanjeMotorom_Opis = this; }
private void detach_Motors9(Motor entity) { this.SendPropertyChanging(); entity.OpisTabelaUpravljanjeVentilima_Opis = null; }
private void detach_Motors6(Motor entity) { this.SendPropertyChanging(); entity.OpisTabelaStandardIzduvnihGasova_Opis = null; }
private void detach_Motors7(Motor entity) { this.SendPropertyChanging(); entity.OpisTabelaOblikGlaveCilindra_Opis = null; }
private void detach_Motors5(Motor entity) { this.SendPropertyChanging(); entity.OpisTabelaPunjenjeKompresija_Opis = null; }
private void detach_Motors4(Motor entity) { this.SendPropertyChanging(); entity.OpisTabelaVrstaMotora_Opis = null; }
private void detach_Motors3(Motor entity) { this.SendPropertyChanging(); entity.OpisTabelaPripremaGoriva_Opis = null; }
private void attach_Motors2(Motor entity) { this.SendPropertyChanging(); entity.OpisTabelaVrstaGoriva_Opis = this; }
private void detach_Motors(Motor entity) { this.SendPropertyChanging(); entity.OpisTabelaOblikBlokaMotora_Opis = null; }