Example #1
0
 public CT_SortCondition()
 {
     this.descendingField = false;
     this.sortByField     = ST_SortBy.value;
     this.iconSetField    = ST_IconSetType.Item3Arrows;
 }
Example #2
0
 public CT_SortCondition()
 {
     this.descendingField = false;
     this.sortByField = ST_SortBy.value;
     this.iconSetField = ST_IconSetType.Item3Arrows;
 }
Example #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;
 }
Example #4
0
 public CT_IconSet()
 {
     this.iconSetField = ST_IconSetType.Item3TrafficLights1;
     this.showValueField = true;
     this.percentField = true;
     this.reverseField = false;
 }