Click or drag to resize
FilterQueryGetQueryTableSpec Method (IDatabaseRepository, Assembly, String, Byte, DictionaryString, FilterBuilderFieldObject, ListCheckBox, Boolean, QueryTableControl, ListFilterQueryFieldConstraint)

Namespace: PDTec.IceNet.Web.UI.Controls
Assembly: PDTec.IceNet.Web (in PDTec.IceNet.Web.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public void GetQueryTableSpec(
	IDatabaseRepository pRepository,
	Assembly pAssembly,
	string xmlResourceName,
	byte[] aBinaryXmlDocument,
	Dictionary<string, FilterBuilderFieldObject> dictFieldObject,
	List<CheckBox> ltColBox,
	bool isPaging,
	out QueryTableControl pQueryTableControl,
	out List<FilterQueryFieldConstraint> ltConstraint
)

Parameters

pRepository
Type: PDTec.IceNet.Core.DatabaseIDatabaseRepository
pAssembly
Type: System.ReflectionAssembly
xmlResourceName
Type: SystemString
aBinaryXmlDocument
Type: SystemByte
dictFieldObject
Type: System.Collections.GenericDictionaryString, FilterBuilderFieldObject
ltColBox
Type: System.Collections.GenericListCheckBox
isPaging
Type: SystemBoolean
pQueryTableControl
Type: PDTec.IceNet.Web.UI.ControlsQueryTableControl
ltConstraint
Type: System.Collections.GenericListFilterQueryFieldConstraint
See Also