Table of Contents

Class Model.AutomaticAggregationOptionsImpl

Inheritance
Model.AutomaticAggregationOptionsImpl
Inherited Members
Namespace
TabularEditor.TOMWrapper
Assembly
TOMWrapper.dll
[TypeConverter(typeof(IndexerConverter))]
public class Model.AutomaticAggregationOptionsImpl
Extension Methods

Constructors

AutomaticAggregationOptionsImpl(Model)

public AutomaticAggregationOptionsImpl(Model model)

Parameters

Type Name Description
Model model

Properties

this[string]

public object this[string index] { get; set; }

Parameters

Type Name Description
string index

Property Value

Type Description
object

Keys

public IEnumerable<string> Keys { get; }

Property Value

Type Description
IEnumerable<string>

Summary

public string Summary { get; }

Property Value

Type Description
string

Methods

EnableMultiLine(string)

public bool EnableMultiLine(string key)

Parameters

Type Name Description
string key

Returns

Type Description
bool

GetDisplayName(string)

Gets the value to display for a given key. Note, this is not the value of the object represented by the key.

public string GetDisplayName(string key)

Parameters

Type Name Description
string key

Returns

Type Description
string