예제 #1
0
 public HUBModel2013AFormFormattedBase(Model.Data.HUBModel2013A formformated)
 {
     this.IDHUBModel2013A = formformated.IDHUBModel2013A;
     this.Oznaka          = formformated.Oznaka;
     this.PredOznaka      = formformated.PredOznaka;
     this.Koristi         = formformated.Koristi;
     this.BrojPodatakMin  = formformated.BrojPodatakMin;
     this.BrojPodatakMax  = formformated.BrojPodatakMax;
 }
 public HUBModel2013AGridFormattedBase(Model.Data.HUBModel2013A gridformated)
 {
     this.IDHUBModel2013A = gridformated.IDHUBModel2013A;
     this.Oznaka          = gridformated.Oznaka;
     this.PredOznaka      = gridformated.PredOznaka;
     this.Koristi         = gridformated.Koristi;
     this.BrojPodatakMin  = gridformated.BrojPodatakMin;
     this.BrojPodatakMax  = gridformated.BrojPodatakMax;
 }
예제 #3
0
 public HUBModel2013AItem(Model.Data.HUBModel2013A item)
 {
     this.IDHUBModel2013A = item.IDHUBModel2013A;
     this.Oznaka          = item.Oznaka;
     this.PredOznaka      = item.PredOznaka;
     this.Koristi         = item.Koristi;
     this.BrojPodatakMin  = item.BrojPodatakMin;
     this.BrojPodatakMax  = item.BrojPodatakMax;
 }