Windward Studios API Reference
FilterList Class Members
See Also  Properties  Methods  Send comments on this topic.
WindwardInterfaces.net.windward.datasource Namespace : FilterList Class

Glossary Item Box

The following tables list the members exposed by FilterList.

Public Constructors

 NameDescription
Public ConstructorFilterList ConstructorCreate the object.  
Top

Public Properties

 NameDescription
Public PropertyGlobalMetaIdentifierThe 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)
Public PropertyIsApplyGloballytrue if this select is to be applied to all tags that include the getGlobalMetaIdentifier column/node. (Inherited from WindwardInterfaces.net.windward.datasource.FilterBase)
Public PropertyItemsThe items in this list. The elements are the parameters to set for the ${var} in the select.  
Public PropertySortSet the sort order. If set, we override the order for all "order by" items in the select. (Inherited from WindwardInterfaces.net.windward.datasource.FilterBase)
Public PropertyVarNameThe name of the var this filter is for. (Inherited from WindwardInterfaces.net.windward.datasource.FilterBase)
Top

Public Methods

 NameDescription
Public MethodsetGlobalSet 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)
Top

See Also

Windward Studios - .NET Document Generation software