FilterBuilder Constructor (Table, ListFilterBuilderColumnObject, DictionaryString, FilterBuilderFieldObject, ListCheckBox, String, IListFilterQueryFieldConstraint) | 
  
    Namespace: 
   PDTec.IceNet.Web.UI.Controls
    Assembly:
   PDTec.IceNet.Web (in PDTec.IceNet.Web.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntaxpublic FilterBuilder(
	Table pTable,
	List<FilterBuilderColumnObject> ltColumns,
	Dictionary<string, FilterBuilderFieldObject> dictFilters,
	List<CheckBox> ltColBox,
	string pObjectTypeId,
	IList<FilterQueryFieldConstraint> selectedFilters
)
Parameters
- pTable
 - Type: System.Web.UI.WebControlsTable
 - ltColumns
 - Type: System.Collections.GenericListFilterBuilderColumnObject
 - dictFilters
 - Type: System.Collections.GenericDictionaryString, FilterBuilderFieldObject
 - ltColBox
 - Type: System.Collections.GenericListCheckBox
 - pObjectTypeId
 - Type: SystemString
 - selectedFilters
 - Type: System.Collections.GenericIListFilterQueryFieldConstraint
 
See Also