FilterQueryGetQueryTableSpec Method (IDatabaseRepository, Assembly, String, Byte, DictionaryString, FilterBuilderFieldObject, ListCheckBox, Boolean, QueryTableControl, ListFilterQueryFieldConstraint, XmlElement) |
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 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,
out XmlElement xeQueryConstrains
)
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
- xeQueryConstrains
- Type: System.XmlXmlElement
See Also