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