Beispiel #1
0
 public KriterijStKriterijStKriterijStDetaljGridFormattedBase(Model.Data.View.KriterijStKriterijStKriterijStDetalj gridformated)
 {
     this.ID_KriterijSt           = gridformated.ID_KriterijSt;
     this.ID_Kriterij             = gridformated.ID_Kriterij;
     this.Oznaka                  = gridformated.Oznaka;
     this.Naziv                   = gridformated.Naziv;
     this.NazivKr                 = gridformated.NazivKr;
     this.Kratica                 = gridformated.Kratica;
     this.ID_KriterijStKriterijSt = gridformated.ID_KriterijStKriterijSt;
     this.ID_KriterijKSKS         = gridformated.ID_KriterijKSKS;
     this.ID_KriterijStKSKS       = gridformated.ID_KriterijStKSKS;
     this.ID_KriterijStNad        = gridformated.ID_KriterijStNad;
     this.Nivo = gridformated.Nivo;
     this.Put  = gridformated.Put;
 }
Beispiel #2
0
 public KriterijStKriterijStKriterijStDetaljFormFormatted(Model.Data.View.KriterijStKriterijStKriterijStDetalj formformated)
 {
     this.ID_KriterijSt           = formformated.ID_KriterijSt;
     this.ID_Kriterij             = formformated.ID_Kriterij;
     this.Oznaka                  = formformated.Oznaka;
     this.Naziv                   = formformated.Naziv;
     this.NazivKr                 = formformated.NazivKr;
     this.Kratica                 = formformated.Kratica;
     this.ID_KriterijStKriterijSt = formformated.ID_KriterijStKriterijSt;
     this.ID_KriterijKSKS         = formformated.ID_KriterijKSKS;
     this.ID_KriterijStKSKS       = formformated.ID_KriterijStKSKS;
     this.ID_KriterijStNad        = formformated.ID_KriterijStNad;
     this.Nivo = formformated.Nivo;
     this.Put  = formformated.Put;
 }
 public KriterijStKriterijStKriterijStDetaljItem(Model.Data.View.KriterijStKriterijStKriterijStDetalj item)
 {
     this.ID_KriterijSt           = item.ID_KriterijSt;
     this.ID_Kriterij             = item.ID_Kriterij;
     this.Oznaka                  = item.Oznaka;
     this.Naziv                   = item.Naziv;
     this.NazivKr                 = item.NazivKr;
     this.Kratica                 = item.Kratica;
     this.ID_KriterijStKriterijSt = item.ID_KriterijStKriterijSt;
     this.ID_KriterijKSKS         = item.ID_KriterijKSKS;
     this.ID_KriterijStKSKS       = item.ID_KriterijStKSKS;
     this.ID_KriterijStNad        = item.ID_KriterijStNad;
     this.Nivo = item.Nivo;
     this.Put  = item.Put;
 }