public DatotekaPoljeFormFormattedBase(Model.Data.DatotekaPolje formformated)
 {
     this.ID_DatotekaPolje   = formformated.ID_DatotekaPolje;
     this.ID_Datoteka        = formformated.ID_Datoteka;
     this.ID_DatotekaVrPolje = formformated.ID_DatotekaVrPolje;
     this.ValueBit           = formformated.ValueBit;
     this.ValueString        = formformated.ValueString;
     this.ValueInt           = formformated.ValueInt;
     this.ValueMoney         = formformated.ValueMoney;
     this.ValueDate          = formformated.ValueDate;
     this.ValueTime          = formformated.ValueTime;
     this.ValueDateTime      = formformated.ValueDateTime;
     this.ValueDecimal       = formformated.ValueDecimal;
     this.Zapis = formformated.Zapis;
 }
 public DatotekaPoljeGridFormattedBase(Model.Data.DatotekaPolje gridformated)
 {
     this.ID_DatotekaPolje   = gridformated.ID_DatotekaPolje;
     this.ID_Datoteka        = gridformated.ID_Datoteka;
     this.ID_DatotekaVrPolje = gridformated.ID_DatotekaVrPolje;
     this.ValueBit           = gridformated.ValueBit;
     this.ValueString        = gridformated.ValueString;
     this.ValueInt           = gridformated.ValueInt;
     this.ValueMoney         = gridformated.ValueMoney;
     this.ValueDate          = gridformated.ValueDate;
     this.ValueTime          = gridformated.ValueTime;
     this.ValueDateTime      = gridformated.ValueDateTime;
     this.ValueDecimal       = gridformated.ValueDecimal;
     this.Zapis = gridformated.Zapis;
 }
Example #3
0
 public DatotekaPoljeItem(Model.Data.DatotekaPolje item)
 {
     this.ID_DatotekaPolje   = item.ID_DatotekaPolje;
     this.ID_Datoteka        = item.ID_Datoteka;
     this.ID_DatotekaVrPolje = item.ID_DatotekaVrPolje;
     this.ValueBit           = item.ValueBit;
     this.ValueString        = item.ValueString;
     this.ValueInt           = item.ValueInt;
     this.ValueMoney         = item.ValueMoney;
     this.ValueDate          = item.ValueDate;
     this.ValueTime          = item.ValueTime;
     this.ValueDateTime      = item.ValueDateTime;
     this.ValueDecimal       = item.ValueDecimal;
     this.Zapis = item.Zapis;
 }