public UgovorStanOtkupAneksItem(Model.Data.View.UgovorStanOtkupAneks item)
 {
     this.ID_UgovorStanOtkupAneks = item.ID_UgovorStanOtkupAneks;
     this.ID_UgovorStanOtkup      = item.ID_UgovorStanOtkup;
     this.BrojUgovor       = item.BrojUgovor;
     this.BrojAneks        = item.BrojAneks;
     this.Datum            = item.Datum;
     this.BrojStorno       = item.BrojStorno;
     this.TecajDM          = item.TecajDM;
     this.TemeljnicaGodina = item.TemeljnicaGodina;
     this.TemeljnicaVrsta  = item.TemeljnicaVrsta;
     this.TemeljnicaBroj   = item.TemeljnicaBroj;
     this.DokumentGrupa    = item.DokumentGrupa;
     this.DokumentVrsta    = item.DokumentVrsta;
     this.BrojObrokOd      = item.BrojObrokOd;
     this.ID_DokumentVr    = item.ID_DokumentVr;
     this.Godina           = item.Godina;
     this.Mjesec           = item.Mjesec;
 }
Esempio n. 2
0
 public UgovorStanOtkupAneksFormFormattedBase(Model.Data.View.UgovorStanOtkupAneks formformated)
 {
     this.ID_UgovorStanOtkupAneks = formformated.ID_UgovorStanOtkupAneks;
     this.ID_UgovorStanOtkup      = formformated.ID_UgovorStanOtkup;
     this.BrojUgovor       = formformated.BrojUgovor;
     this.BrojAneks        = formformated.BrojAneks;
     this.Datum            = formformated.Datum;
     this.BrojStorno       = formformated.BrojStorno;
     this.TecajDM          = formformated.TecajDM;
     this.TemeljnicaGodina = formformated.TemeljnicaGodina;
     this.TemeljnicaVrsta  = formformated.TemeljnicaVrsta;
     this.TemeljnicaBroj   = formformated.TemeljnicaBroj;
     this.DokumentGrupa    = formformated.DokumentGrupa;
     this.DokumentVrsta    = formformated.DokumentVrsta;
     this.BrojObrokOd      = formformated.BrojObrokOd;
     this.ID_DokumentVr    = formformated.ID_DokumentVr;
     this.Godina           = formformated.Godina;
     this.Mjesec           = formformated.Mjesec;
 }
 public UgovorStanOtkupAneksGridFormatted(Model.Data.View.UgovorStanOtkupAneks gridformated)
 {
     this.ID_UgovorStanOtkupAneks = gridformated.ID_UgovorStanOtkupAneks;
     this.ID_UgovorStanOtkup      = gridformated.ID_UgovorStanOtkup;
     this.BrojUgovor       = gridformated.BrojUgovor;
     this.BrojAneks        = gridformated.BrojAneks;
     this.Datum            = gridformated.Datum;
     this.BrojStorno       = gridformated.BrojStorno;
     this.TecajDM          = gridformated.TecajDM;
     this.TemeljnicaGodina = gridformated.TemeljnicaGodina;
     this.TemeljnicaVrsta  = gridformated.TemeljnicaVrsta;
     this.TemeljnicaBroj   = gridformated.TemeljnicaBroj;
     this.DokumentGrupa    = gridformated.DokumentGrupa;
     this.DokumentVrsta    = gridformated.DokumentVrsta;
     this.BrojObrokOd      = gridformated.BrojObrokOd;
     this.ID_DokumentVr    = gridformated.ID_DokumentVr;
     this.Godina           = gridformated.Godina;
     this.Mjesec           = gridformated.Mjesec;
 }