Class HierarchyCollection
Collection class for Hierarchy. 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 HierarchyCollection : TabularObjectCollection<Hierarchy>, INotifyCollectionChanged, IReadOnlyList<Hierarchy>, IReadOnlyCollection<Hierarchy>, IEnumerable<Hierarchy>, 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 |
HideMembers
Sets the HideMembers property of all objects in the collection at once.
Declaration
public HierarchyHideMembersType HideMembers { set; }
Property Value
Type | Description |
---|---|
HierarchyHideMembersType |
IsHidden
Sets the IsHidden property of all objects in the collection at once.
Declaration
public bool IsHidden { set; }
Property Value
Type | Description |
---|---|
bool |
SourceLineageTag
Sets the SourceLineageTag property of all objects in the collection at once.
Declaration
public string SourceLineageTag { set; }
Property Value
Type | Description |
---|---|
string |
Methods
GetEnumerator()
Returns an enumerator that iterates through the collection.
Declaration
public override IEnumerator<Hierarchy> GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator<Hierarchy> |