Click or drag to resize

FilterBuilder Constructor (Table, ListFilterBuilderColumnObject, DictionaryString, FilterBuilderFieldObject, ListCheckBox, String, IListFilterQueryFieldConstraint, String)

Initializes a new instance of the FilterBuilder class

Namespace:  PDTec.IceNet.Web.UI.Controls
Assembly:  PDTec.IceNet.Web (in PDTec.IceNet.Web.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public FilterBuilder(
	Table pTable,
	List<FilterBuilderColumnObject> ltColumns,
	Dictionary<string, FilterBuilderFieldObject> dictFilters,
	List<CheckBox> ltColBox,
	string pObjectTypeId,
	IList<FilterQueryFieldConstraint> selectedFilters,
	string textComponent
)

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
textComponent
Type: SystemString
See Also