Click or drag to resize
QueryConditions Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Inheritance Hierarchy
SystemObject
  DataPA.Utils.QueryEngineQueryConditions

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class QueryConditions : _QueryConditions, 
	IEnumerable, IEnumerator, ISerializable

The QueryConditions type exposes the following members.

Constructors
  NameDescription
Public methodQueryConditions
Creates and returns a new QueryConditions object
Top
Methods
  NameDescription
Public methodAdd(QueryCondition)
Adds a condition to the collection
Public methodAdd(QueryCondition, Int32)
Adds a condition to the collection
Public methodGetEnumerator
Implements System.Collections.IEnumerable.GetEnumerator.
Public methodGetObjectData
Public methodIndex
Gets the index of a condition given the UniqueID
Public methodMoveDown
Moves the condition identified by the UniqueID forward one in the list
Public methodMoveNext
Implements System.Collections.IEnumerator.MoveNext.
Public methodMoveUp
Moves the condition identified by the UniqueID back one in the list
Public methodRemove(Int32)
Removes a condition from the collection
Public methodRemove(String)
Removes a condition from the collection
Public methodReset
Implements System.Collections.IEnumerator.Reset.
Public methodSetObjectData
Top
Fields
Properties
  NameDescription
Public propertyCount
Gets the number of Condition objects in this collection
Public propertyCurrent
Implements System.Collections.IEnumerator.Current.
Public propertyItemInt32
Gets a Condition object
Public propertyItemString
Gets a condition object
Public propertyObjectSizes
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
Top
See Also