public Izvod2012AStFormFormattedBase(Model.Data.Izvod2012ASt formformated)
 {
     this.ID_Izvod2012ASt           = formformated.ID_Izvod2012ASt;
     this.ID_IzvodSt                = formformated.ID_IzvodSt;
     this.IDIzvod2012ATransakcijaVr = formformated.IDIzvod2012ATransakcijaVr;
     this.Racun                        = formformated.Racun;
     this.Naziv                        = formformated.Naziv;
     this.Adresa                       = formformated.Adresa;
     this.Sjediste                     = formformated.Sjediste;
     this.DatumValuta                  = formformated.DatumValuta;
     this.DatumIzvrsenje               = formformated.DatumIzvrsenje;
     this.IDValuta                     = formformated.IDValuta;
     this.Tecaj                        = formformated.Tecaj;
     this.IznosValuta                  = formformated.IznosValuta;
     this.Iznos                        = formformated.Iznos;
     this.PlatiteljPozivNaBroj         = formformated.PlatiteljPozivNaBroj;
     this.PrimateljPozivNaBroj         = formformated.PrimateljPozivNaBroj;
     this.IDHUBNamjena2013A            = formformated.IDHUBNamjena2013A;
     this.OpisPlacanje                 = formformated.OpisPlacanje;
     this.IdentifikatorTransakcijeFINA = formformated.IdentifikatorTransakcijeFINA;
     this.IdentifikatorTransakcije     = formformated.IdentifikatorTransakcije;
 }
Exemplo n.º 2
0
 public Izvod2012AStItem(Model.Data.Izvod2012ASt item)
 {
     this.ID_Izvod2012ASt           = item.ID_Izvod2012ASt;
     this.ID_IzvodSt                = item.ID_IzvodSt;
     this.IDIzvod2012ATransakcijaVr = item.IDIzvod2012ATransakcijaVr;
     this.Racun                        = item.Racun;
     this.Naziv                        = item.Naziv;
     this.Adresa                       = item.Adresa;
     this.Sjediste                     = item.Sjediste;
     this.DatumValuta                  = item.DatumValuta;
     this.DatumIzvrsenje               = item.DatumIzvrsenje;
     this.IDValuta                     = item.IDValuta;
     this.Tecaj                        = item.Tecaj;
     this.IznosValuta                  = item.IznosValuta;
     this.Iznos                        = item.Iznos;
     this.PlatiteljPozivNaBroj         = item.PlatiteljPozivNaBroj;
     this.PrimateljPozivNaBroj         = item.PrimateljPozivNaBroj;
     this.IDHUBNamjena2013A            = item.IDHUBNamjena2013A;
     this.OpisPlacanje                 = item.OpisPlacanje;
     this.IdentifikatorTransakcijeFINA = item.IdentifikatorTransakcijeFINA;
     this.IdentifikatorTransakcije     = item.IdentifikatorTransakcije;
 }