Esempio n. 1
0
 public ObrazacPoljeGridFormattedBase(Model.Data.ObrazacPolje gridformated)
 {
     this.ID_ObrazacPolje   = gridformated.ID_ObrazacPolje;
     this.ID_Obrazac        = gridformated.ID_Obrazac;
     this.Redak             = gridformated.Redak;
     this.ID_ObrazacVrPolje = gridformated.ID_ObrazacVrPolje;
     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;
 }
Esempio n. 2
0
 public ObrazacPoljeItem(Model.Data.ObrazacPolje item)
 {
     this.ID_ObrazacPolje   = item.ID_ObrazacPolje;
     this.ID_Obrazac        = item.ID_Obrazac;
     this.Redak             = item.Redak;
     this.ID_ObrazacVrPolje = item.ID_ObrazacVrPolje;
     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;
 }
Esempio n. 3
0
 public ObrazacPoljeFormFormattedBase(Model.Data.ObrazacPolje formformated)
 {
     this.ID_ObrazacPolje   = formformated.ID_ObrazacPolje;
     this.ID_Obrazac        = formformated.ID_Obrazac;
     this.Redak             = formformated.Redak;
     this.ID_ObrazacVrPolje = formformated.ID_ObrazacVrPolje;
     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;
 }