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