The following tables list the members exposed by FilterList.
Name | Description | |
---|---|---|
![]() | FilterList Constructor | Create the object. |
Name | Description | |
---|---|---|
![]() | GlobalMetaIdentifier | The meta identifier for a global select. For SQL this is [dbo.]table.column using the raw values (no surrounding spaces) and for XML it is the full XPath to that node. In the case of XPath this must be a simplistic node/node/@attribute. No functions [conditions], etc. (Inherited from WindwardInterfaces.net.windward.datasource.FilterBase) |
![]() | IsApplyGlobally | true if this select is to be applied to all tags that include the getGlobalMetaIdentifier column/node. (Inherited from WindwardInterfaces.net.windward.datasource.FilterBase) |
![]() | Items | The items in this list. The elements are the parameters to set for the ${var} in the select. |
![]() | Sort | Set the sort order. If set, we override the order for all "order by" items in the select. (Inherited from WindwardInterfaces.net.windward.datasource.FilterBase) |
![]() | VarName | The name of the var this filter is for. (Inherited from WindwardInterfaces.net.windward.datasource.FilterBase) |
Name | Description | |
---|---|---|
![]() | setGlobal | Set to apply globally with this metadata. isApplyGlobally is set to true on this call. For SQL this is [dbo.]table.column using the raw values (no surrounding spaces) and for XML it is the full XPath to that node. In the case of XPath this must be a simplistic node/node/@attribute. No functions [conditions], etc. (Inherited from WindwardInterfaces.net.windward.datasource.FilterBase) |