| QueryConditions Class |
|
Namespace: DataPA.Utils.QueryEngine
[SerializableAttribute] public class QueryConditions : _QueryConditions, IEnumerable, IEnumerator, ISerializable
The QueryConditions type exposes the following members.
| Name | Description | |
|---|---|---|
| QueryConditions |
Creates and returns a new QueryConditions object
|
| 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 |
| Name | Description | |
|---|---|---|
| ClassId | ||
| EventsId | ||
| InterfaceId |
| Name | Description | |
|---|---|---|
| Count |
Gets the number of Condition objects in this collection
| |
| Current |
Implements System.Collections.IEnumerator.Current.
| |
| ItemInt32 |
Gets a Condition object
| |
| ItemString |
Gets a condition object
| |
| ObjectSizes |
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
|