{ return this._Nimetus; } set { if ((this._Nimetus != value)) { this.OnNimetusChanging(value); this.SendPropertyChanging(); this._Nimetus = value; this.SendPropertyChanged("Nimetus"); this.OnNimetusChanged(); } } } [Column(Storage="_KogusLaos", DbType="Int NOT NULL")] public int KogusLaos { get { return this._KogusLaos; } set { if ((this._KogusLaos != value)) { this.OnKogusLaosChanging(value); this.SendPropertyChanging(); this._KogusLaos = value; this.SendPropertyChanged("KogusLaos"); this.OnKogusLaosChanged();
{ return this._Nimetus; } set { if ((this._Nimetus != value)) { this.OnNimetusChanging(value); this.SendPropertyChanging(); this._Nimetus = value; this.SendPropertyChanged("Nimetus"); this.OnNimetusChanged(); } } } [Column(Storage="_KogusLaos", DbType="Int NOT NULL")] public int KogusLaos { get { return this._KogusLaos; } set { if ((this._KogusLaos != value)) { this.OnKogusLaosChanging(value); this.SendPropertyChanging(); this._KogusLaos = value; this.SendPropertyChanged("KogusLaos"); this.OnKogusLaosChanged(); } } }