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