示例#1
0
 public ZbrojniNalogGridFormattedBase(Model.Data.ZbrojniNalog gridformated)
 {
     this.ID_ZbrojniNalog       = gridformated.ID_ZbrojniNalog;
     this.ID_Zapis              = gridformated.ID_Zapis;
     this.IDZbrojniNalogVerzija = gridformated.IDZbrojniNalogVerzija;
     this.DatumPredaje          = gridformated.DatumPredaje;
     this.DatumValuta           = gridformated.DatumValuta;
     this.DatotekaNaziv         = gridformated.DatotekaNaziv;
     this.Datoteka              = gridformated.Datoteka;
 }
示例#2
0
 public ZbrojniNalogFormFormattedBase(Model.Data.ZbrojniNalog formformated)
 {
     this.ID_ZbrojniNalog       = formformated.ID_ZbrojniNalog;
     this.ID_Zapis              = formformated.ID_Zapis;
     this.IDZbrojniNalogVerzija = formformated.IDZbrojniNalogVerzija;
     this.DatumPredaje          = formformated.DatumPredaje;
     this.DatumValuta           = formformated.DatumValuta;
     this.DatotekaNaziv         = formformated.DatotekaNaziv;
     this.Datoteka              = formformated.Datoteka;
 }
 public ZbrojniNalogItem(Model.Data.ZbrojniNalog item)
 {
     this.ID_ZbrojniNalog       = item.ID_ZbrojniNalog;
     this.ID_Zapis              = item.ID_Zapis;
     this.IDZbrojniNalogVerzija = item.IDZbrojniNalogVerzija;
     this.DatumPredaje          = item.DatumPredaje;
     this.DatumValuta           = item.DatumValuta;
     this.DatotekaNaziv         = item.DatotekaNaziv;
     this.Datoteka              = item.Datoteka;
 }