Class ExtendedPropertyCollection
Inheritance
ExtendedPropertyCollection
Assembly: TOMWrapper.dll
Syntax
[TypeConverter(typeof(IndexerConverter))]
public sealed class ExtendedPropertyCollection
Properties
this[string]
Declaration
public object this[string index] { get; set; }
Parameters
Type |
Name |
Description |
string |
index |
|
Property Value
Keys
Declaration
public IEnumerable<string> Keys { get; }
Property Value
Parent
Declaration
public IExtendedPropertyObject Parent { get; }
Property Value
Summary
Declaration
public string Summary { get; }
Property Value
Methods
EnableMultiLine(string)
Declaration
public bool EnableMultiLine(string key)
Parameters
Type |
Name |
Description |
string |
key |
|
Returns
GetDisplayName(string)
Gets the value to display for a given key. Note, this is not the value of the object represented by the key.
Declaration
public string GetDisplayName(string key)
Parameters
Type |
Name |
Description |
string |
key |
|
Returns
Refresh()
Declaration
Extension Methods