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