Table of Contents

Class StructuredDataSource.CredentialImpl

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

Constructors

CredentialImpl(StructuredDataSource)

public CredentialImpl(StructuredDataSource dataSource)

Parameters

Type Name Description
StructuredDataSource dataSource

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)

public string GetDisplayName(string key)

Parameters

Type Name Description
string key

Returns

Type Description
string