Ejemplo n.º 1
0
 public CT_SortCondition()
 {
     this.descendingField = false;
     this.sortByField     = ST_SortBy.value;
     this.iconSetField    = ST_IconSetType.Item3Arrows;
 }
Ejemplo n.º 2
0
 public CT_SortCondition()
 {
     this.descendingField = false;
     this.sortByField = ST_SortBy.value;
     this.iconSetField = ST_IconSetType.Item3Arrows;
 }
Ejemplo n.º 3
0
 public CT_IconSet()
 {
     //this.cfvoField = new List<CT_Cfvo>();
     this.iconSetField = ST_IconSetType.Item3TrafficLights1;
     this.showValueField = true;
     this.percentField = true;
     this.reverseField = false;
 }
Ejemplo n.º 4
0
 public CT_IconSet()
 {
     this.iconSetField = ST_IconSetType.Item3TrafficLights1;
     this.showValueField = true;
     this.percentField = true;
     this.reverseField = false;
 }