Class QueryGroupCollection
Collection class for QueryGroup. Provides convenient properties for setting a property on multiple objects at once.
Inheritance
QueryGroupCollection
Assembly: TOMWrapper.dll
Syntax
public sealed class QueryGroupCollection : TabularObjectCollection<QueryGroup>, INotifyCollectionChanged, IReadOnlyList<QueryGroup>, IReadOnlyCollection<QueryGroup>, IEnumerable<QueryGroup>, IEnumerable
Properties
Count
The number of items in this collection.
Declaration
public override int Count { get; }
Property Value
Overrides
Description
Sets the Description property of all objects in the collection at once.
Declaration
public string Description { set; }
Property Value
Folder
Sets the Folder property of all objects in the collection at once.
Declaration
public string Folder { set; }
Property Value
Methods
GetEnumerator()
Returns an enumerator that iterates through the collection.
Declaration
public override IEnumerator<QueryGroup> GetEnumerator()
Returns
Overrides
InternalRemove(QueryGroup)
Declaration
protected override bool InternalRemove(QueryGroup item)
Parameters
Returns
Overrides
Implements
Extension Methods