Class StructuredDataSource.DataSourceOptionsImpl
- Inheritance
-
StructuredDataSource.DataSourceOptionsImpl
- Inherited Members
-
- Namespace
- TabularEditor.TOMWrapper
- Assembly
- TOMWrapper.dll
[TypeConverter(typeof(IndexerConverter))]
public class StructuredDataSource.DataSourceOptionsImpl
- Extension Methods
-
Constructors
DataSourceOptionsImpl(StructuredDataSource)
public DataSourceOptionsImpl(StructuredDataSource dataSource)
Parameters
Properties
this[string]
public object this[string index] { get; set; }
Parameters
Type |
Name |
Description |
string |
index |
|
Property Value
Keys
public IEnumerable<string> Keys { get; }
Property Value
Summary
public string Summary { get; }
Property Value
Methods
EnableMultiLine(string)
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.
public string GetDisplayName(string key)
Parameters
Type |
Name |
Description |
string |
key |
|
Returns
ToDictionary()
public IDictionary<string, object> ToDictionary()
Returns