Table of Contents

Class LevelCollection

Inheritance
LevelCollection
Implements
Inherited Members
Namespace
TabularEditor.TOMWrapper
Assembly
TOMWrapper.dll

Collection class for Level. Provides convenient properties for setting a property on multiple objects at once.

public sealed class LevelCollection : TabularObjectCollection<Level>, INotifyCollectionChanged, IReadOnlyList<Level>, IReadOnlyCollection<Level>, IEnumerable<Level>, IEnumerable
Extension Methods

Properties

Count

The number of items in this collection.

public override int Count { get; }

Property Value

Type Description
int

Description

Sets the Description property of all objects in the collection at once.

public string Description { set; }

Property Value

Type Description
string

SourceLineageTag

Sets the SourceLineageTag property of all objects in the collection at once.

public string SourceLineageTag { set; }

Property Value

Type Description
string

Methods

GetEnumerator()

Returns an enumerator that iterates through the collection.

public override IEnumerator<Level> GetEnumerator()

Returns

Type Description
IEnumerator<Level>

InternalAdd(Level)

protected override void InternalAdd(Level item)

Parameters

Type Name Description
Level item

InternalRemove(Level)

protected override bool InternalRemove(Level item)

Parameters

Type Name Description
Level item

Returns

Type Description
bool