Class MeasureCollection
Collection class for Measure. Provides convenient properties for setting a property on multiple objects at once.
Inheritance
MeasureCollection
Assembly: TOMWrapper.dll
Syntax
public sealed class MeasureCollection : TabularObjectCollection<Measure>, INotifyCollectionChanged, IReadOnlyList<Measure>, IReadOnlyCollection<Measure>, IEnumerable<Measure>, IEnumerable
Properties
Count
The number of items in this collection.
Declaration
public override int Count { get; }
Property Value
Overrides
DataCategory
Sets the DataCategory property of all objects in the collection at once.
Declaration
public string DataCategory { set; }
Property Value
Description
Sets the Description property of all objects in the collection at once.
Declaration
public string Description { set; }
Property Value
DisplayFolder
Sets the DisplayFolder property of all objects in the collection at once.
Declaration
public string DisplayFolder { set; }
Property Value
Expression
Sets the Expression property of all objects in the collection at once.
Declaration
public string Expression { set; }
Property Value
Sets the FormatString property of all objects in the collection at once.
Declaration
public string FormatString { set; }
Property Value
IsHidden
Sets the IsHidden property of all objects in the collection at once.
Declaration
public bool IsHidden { set; }
Property Value
IsSimpleMeasure
Sets the IsSimpleMeasure property of all objects in the collection at once.
Declaration
public bool IsSimpleMeasure { set; }
Property Value
SourceLineageTag
Sets the SourceLineageTag property of all objects in the collection at once.
Declaration
public string SourceLineageTag { set; }
Property Value
Methods
GetEnumerator()
Returns an enumerator that iterates through the collection.
Declaration
public override IEnumerator<Measure> GetEnumerator()
Returns
Overrides
InternalAdd(Measure)
Declaration
protected override void InternalAdd(Measure item)
Parameters
Overrides
InternalRemove(Measure)
Declaration
protected override bool InternalRemove(Measure item)
Parameters
Returns
Overrides
Implements
Extension Methods