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

Glossary Item Box

The following tables list the members exposed by FilterCondition.

Public Constructors

 NameDescription
Public ConstructorFilterCondition ConstructorOverloaded.   
Top

Public Properties

 NameDescription
Public PropertyConditionsThe conditions in this filter.  
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 PropertyIsAndConditionstrue if conditions are to be and-ed, false if to be or-ed.  
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 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)
Public MethodToStringa string representation of the object.  
Top

See Also

Windward Studios - .NET Document Generation software