QueryActionCollection<T> members
The QueryActionCollection<T> type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Gets the number of items in the Collection (Inherited from OrderedCollectionBase<T>.) | |
IsReadOnly | Gets a value indicating whether the collection is read-only. (Overrides OrderedCollectionBase<T>.IsReadOnly.) | |
Item[Int32] | Gets an item by its position in the collection. Position is zero-based. (Inherited from OrderedCollectionBase<T>.) | |
Item[Guid] | Gets a QueryAction object by its Id. | |
MaxSize | (Inherited from OrderedCollectionBase<T>.) |
Top
Methods
Name | Description | |
---|---|---|
Clear | Removes all items from the collection. (Inherited from OrderedCollectionBase<T>.) | |
Contains(T) | Determines whether the collection contains given best bet. (Inherited from OrderedCollectionBase<T>.) | |
Contains(Guid) | Determines whether the collection contains given QueryAction object Id. | |
CopyTo | Copies the item to an array, starting at a particular array index (Inherited from OrderedCollectionBase<T>.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | (Inherited from OrderedCollectionBase<T>.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IndexOf | Determines the position of the item in the collection. (Inherited from OrderedCollectionBase<T>.) | |
MemberwiseClone | (Inherited from Object.) | |
MoveTo | Moves the item to the specified position in the collection. Position is zero-based. (Inherited from OrderedCollectionBase<T>.) | |
OnAfterChange | (Overrides OrderedCollectionBase<T>.OnAfterChange().) | |
OnPreAddInternal | Adds a QueryAction object to the collection at the specified position. Position is zero-based. (Overrides OrderedCollectionBase<T>.OnPreAddInternal(T).) | |
OnPreChange | (Overrides OrderedCollectionBase<T>.OnPreChange().) | |
OnPreClearInternal | Removes all query actions from the collection. (Overrides OrderedCollectionBase<T>.OnPreClearInternal().) | |
OnPreRemoveInternal | (Overrides OrderedCollectionBase<T>.OnPreRemoveInternal(T).) | |
OnSerializationInitialize | (Overrides OrderedCollectionBase<T>.OnSerializationInitialize().) | |
Remove | Removes the item from the collection (Inherited from OrderedCollectionBase<T>.) | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
_OrderedItems | (Inherited from OrderedCollectionBase<T>.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator | (Inherited from OrderedCollectionBase<T>.) |
Top