Queries Class |
![]() |
Namespace: DataPA.Utils.QueryEngine
[SerializableAttribute] public class Queries : _Queries, IEnumerable, IEnumerator, ISerializable
The Queries type exposes the following members.
Name | Description | |
---|---|---|
![]() | Queries |
Creates and returns a new Queries object.
|
![]() | Queries(ListQuery) |
Creates and returns a new Queries object.
|
Name | Description | |
---|---|---|
![]() | Add |
Adds a Query to this collection.
|
![]() | Contains |
Returns a value that indicates if an object with the ID exists in the collection.
|
![]() | GetEnumerator |
Implements System.Collections.IEnumerable.GetEnumerator.
|
![]() | GetFirstObject |
Gets the first Object in the collection.
|
![]() | GetNextObject |
Gets the Next Object in the collection.
|
![]() | GetObjectData | |
![]() | MoveNext |
Implements System.Collections.IEnumerator.MoveNext.
|
![]() | Remove(Int32) |
Removes a Query from this collection.
|
![]() | Remove(String) |
Removes a Query from this collection.
|
![]() | Reset |
Implements System.Collections.IEnumerator.Reset.
|
Name | Description | |
---|---|---|
![]() ![]() | ClassId | |
![]() ![]() | EventsId | |
![]() ![]() | InterfaceId |
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of Queries in this collection.
|
![]() | Current |
Implements System.Collections.IEnumerator.Current.
|
![]() | Descendent |
Gets a child or descendent query based on the ID provided
|
![]() | ItemInt32 |
Gets and sets a Query in this collection.
|
![]() | ItemString |
Gets and sets a Query in this collection.
|
![]() | ObjectSizes |
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
|