Table of Contents

Class ChangedPropertiesCollection

Inheritance
ChangedPropertiesCollection
Inherited Members
Namespace
TabularEditor.TOMWrapper
Assembly
TOMWrapper.dll
C#
[TypeConverter(typeof(ChangedPropertiesConverter))] public class ChangedPropertiesCollection
Extension Methods

Properties

this[string]

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

Parameters

Type Name Description
string index

Property Value

Type Description
object

Keys

C#
public IEnumerable<string> Keys { get; }

Property Value

Type Description
IEnumerable<string>

Summary

C#
public string Summary { get; }

Property Value

Type Description
string

Value

C#
public string Value { get; set; }

Property Value

Type Description
string

Methods

Clear()

C#
public void Clear()

EnableMultiLine(string)

C#
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.

C#
public string GetDisplayName(string key)

Parameters

Type Name Description
string key

Returns

Type Description
string