C# Класс ServiceStackToolkit.Automation.TypeConverters.HttpVerbEnumConverter

Наследование: System.ComponentModel.StringConverter
Показать файл Открыть проект

Открытые методы

Метод Описание
GetStandardValues ( ITypeDescriptorContext context ) : StandardValuesCollection

Returns the list of string values for the enumeration

GetStandardValuesExclusive ( ITypeDescriptorContext context ) : bool

Determines whether this converter only allows selection of items returned by GetStandardValues.

GetStandardValuesSupported ( ITypeDescriptorContext context ) : bool

Determines whether this converter supports standard values.

Описание методов

GetStandardValues() публичный Метод

Returns the list of string values for the enumeration
public GetStandardValues ( ITypeDescriptorContext context ) : StandardValuesCollection
context ITypeDescriptorContext
Результат StandardValuesCollection

GetStandardValuesExclusive() публичный Метод

Determines whether this converter only allows selection of items returned by GetStandardValues.
public GetStandardValuesExclusive ( ITypeDescriptorContext context ) : bool
context ITypeDescriptorContext
Результат bool

GetStandardValuesSupported() публичный Метод

Determines whether this converter supports standard values.
public GetStandardValuesSupported ( ITypeDescriptorContext context ) : bool
context ITypeDescriptorContext
Результат bool