Beispiel #1
0
 public DatotekaIzvodGridFormattedBase(Model.Data.DatotekaIzvod gridformated)
 {
     this.ID_DatotekaIzvod    = gridformated.ID_DatotekaIzvod;
     this.ID_Zapis            = gridformated.ID_Zapis;
     this.ID_IzvodPosiljatelj = gridformated.ID_IzvodPosiljatelj;
     this.Datum     = gridformated.Datum;
     this.RedniBroj = gridformated.RedniBroj;
     this.IDDatotekaIzvodVerzija = gridformated.IDDatotekaIzvodVerzija;
     this.DatotekaNaziv          = gridformated.DatotekaNaziv;
     this.Datoteka = gridformated.Datoteka;
 }
 public DatotekaIzvodItem(Model.Data.DatotekaIzvod item)
 {
     this.ID_DatotekaIzvod    = item.ID_DatotekaIzvod;
     this.ID_Zapis            = item.ID_Zapis;
     this.ID_IzvodPosiljatelj = item.ID_IzvodPosiljatelj;
     this.Datum     = item.Datum;
     this.RedniBroj = item.RedniBroj;
     this.IDDatotekaIzvodVerzija = item.IDDatotekaIzvodVerzija;
     this.DatotekaNaziv          = item.DatotekaNaziv;
     this.Datoteka = item.Datoteka;
 }