Click or drag to resize
QueryConditions Methods DataPA OpenAnalytics
DataPA OpenAnalytics API Reference

The QueryConditions type exposes the following members.

Methods
  Name Description
Public method Add(QueryCondition)
Adds a condition to the collection
Public method Add(QueryCondition, Int32)
Adds a condition to the collection
Public method GetEnumerator
Implements System.Collections.IEnumerable.GetEnumerator.
Public method GetObjectData
Public method Index
Gets the index of a condition given the UniqueID
Public method MoveDown
Moves the condition identified by the UniqueID forward one in the list
Public method MoveNext
Implements System.Collections.IEnumerator.MoveNext.
Public method MoveUp
Moves the condition identified by the UniqueID back one in the list
Public method Remove(Int32)
Removes a condition from the collection
Public method Remove(String)
Removes a condition from the collection
Public method Reset
Implements System.Collections.IEnumerator.Reset.
Public method SetObjectData
Top
See Also