Ejemplo n.º 1
0
 public CT_SortState()
 {
     //this.extLstField = new CT_ExtensionList();
     //this.sortConditionField = new List<CT_SortCondition>();
     this.columnSortField    = false;
     this.caseSensitiveField = false;
     this.sortMethodField    = ST_SortMethod.none;
 }
Ejemplo n.º 2
0
 public CT_SortState()
 {
     this.columnSortField = false;
     this.caseSensitiveField = false;
     this.sortMethodField = ST_SortMethod.none;
 }
Ejemplo n.º 3
0
 public CT_SortState()
 {
     //this.extLstField = new CT_ExtensionList();
     //this.sortConditionField = new List<CT_SortCondition>();
     this.columnSortField = false;
     this.caseSensitiveField = false;
     this.sortMethodField = ST_SortMethod.none;
 }