示例#1
0
 public ColumnaHtml(eeTipoColumnaHtml tipo, string nameColumnForId, string nameColumnForValue, string SufijoToCtrl)
 {
     this.Tipo = tipo;
     this.NameColumnForValue = nameColumnForValue;
     this.NameColumnForId    = nameColumnForId;
     this.SufijoToCtrl       = SufijoToCtrl;
 }
示例#2
0
 public ColumnaHtml(eeTipoColumnaHtml tipo, string nameColumnForId, string nameColumnForValue, string SufijoToCtrl, string NameFunctionJS)
 {
     this.Tipo = tipo;
     this.NameColumnForValue = nameColumnForValue;
     this.NameColumnForId    = nameColumnForId;
     this.SufijoToCtrl       = SufijoToCtrl;
     this.NameFunctionJS     = NameFunctionJS;
 }
示例#3
0
 public ColumnaHtml(eeTipoColumnaHtml tipo, string nameColumnForId, string nameColumnForValue)
 {
     this.Tipo = tipo;
     this.NameColumnForValue = nameColumnForValue;
     this.NameColumnForId    = nameColumnForId;
 }