Class NamedExpressionCollection
- Inheritance
-
NamedExpressionCollection
- Implements
- Inherited Members
- Namespace
- TabularEditor.TOMWrapper
- Assembly
- TOMWrapper.dll
Collection class for NamedExpression. Provides convenient properties for setting a property on multiple objects at once.
C#public sealed class NamedExpressionCollection : TabularObjectCollection<NamedExpression>, INotifyCollectionChanged, IReadOnlyList<NamedExpression>, IReadOnlyCollection<NamedExpression>, IEnumerable<NamedExpression>, IEnumerable
- Extension Methods
Properties
Count
The number of items in this collection.
C#public override int Count { get; }
Property Value
Type | Description |
---|---|
int |
Description
Sets the Description property of all objects in the collection at once.
C#public string Description { set; }
Property Value
Type | Description |
---|---|
string |
Expression
Sets the Expression property of all objects in the collection at once.
C#public string Expression { set; }
Property Value
Type | Description |
---|---|
string |
ExpressionSource
Sets the ExpressionSource property of all objects in the collection at once.
C#public NamedExpression ExpressionSource { set; }
Property Value
Type | Description |
---|---|
NamedExpression |
Kind
Sets the Kind property of all objects in the collection at once.
C#public ExpressionKind Kind { set; }
Property Value
Type | Description |
---|---|
ExpressionKind |
MAttributes
Sets the MAttributes property of all objects in the collection at once.
C#public string MAttributes { set; }
Property Value
Type | Description |
---|---|
string |
ParameterValuesColumn
Sets the ParameterValuesColumn property of all objects in the collection at once.
C#public Column ParameterValuesColumn { set; }
Property Value
Type | Description |
---|---|
Column |
QueryGroup
Sets the QueryGroup property of all objects in the collection at once.
C#public QueryGroup QueryGroup { set; }
Property Value
Type | Description |
---|---|
QueryGroup |
RemoteParameterName
Sets the RemoteParameterName property of all objects in the collection at once.
C#public string RemoteParameterName { set; }
Property Value
Type | Description |
---|---|
string |
SourceLineageTag
Sets the SourceLineageTag property of all objects in the collection at once.
C#public string SourceLineageTag { set; }
Property Value
Type | Description |
---|---|
string |
Methods
GetEnumerator()
Returns an enumerator that iterates through the collection.
C#public override IEnumerator<NamedExpression> GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator<NamedExpression> |