QueryConditions Methods |
The QueryConditions type exposes the following members.
Name | Description | |
---|---|---|
Add(QueryCondition) |
Adds a condition to the collection
|
|
Add(QueryCondition, Int32) |
Adds a condition to the collection
|
|
GetEnumerator |
Implements System.Collections.IEnumerable.GetEnumerator.
|
|
GetObjectData | ||
Index |
Gets the index of a condition given the UniqueID
|
|
MoveDown |
Moves the condition identified by the UniqueID forward one in the list
|
|
MoveNext |
Implements System.Collections.IEnumerator.MoveNext.
|
|
MoveUp |
Moves the condition identified by the UniqueID back one in the list
|
|
Remove(Int32) |
Removes a condition from the collection
|
|
Remove(String) |
Removes a condition from the collection
|
|
Reset |
Implements System.Collections.IEnumerator.Reset.
|
|
SetObjectData |