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