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

Glossary Item Box

The following tables list the members exposed by FilterBase.

Public Constructors

 NameDescription
Public ConstructorFilterBase ConstructorOverloaded.   
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.  
Public PropertyIsApplyGloballytrue if this select is to be applied to all tags that include the getGlobalMetaIdentifier column/node.  
Public PropertySortSet the sort order. If set, we override the order for all "order by" items in the select.  
Public PropertyVarNameThe name of the var this filter is for.  
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.  
Top

See Also

Windward Studios - .NET Document Generation software