C# Class ServiceStackToolkit.Automation.TypeConverters.HttpVerbEnumConverter

Inheritance: System.ComponentModel.StringConverter
Show file Open project: jezzsantos/servicestacktoolkit

Public Methods

Method Description
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.

Method Details

GetStandardValues() public method

Returns the list of string values for the enumeration
public GetStandardValues ( ITypeDescriptorContext context ) : StandardValuesCollection
context ITypeDescriptorContext
return StandardValuesCollection

GetStandardValuesExclusive() public method

Determines whether this converter only allows selection of items returned by GetStandardValues.
public GetStandardValuesExclusive ( ITypeDescriptorContext context ) : bool
context ITypeDescriptorContext
return bool

GetStandardValuesSupported() public method

Determines whether this converter supports standard values.
public GetStandardValuesSupported ( ITypeDescriptorContext context ) : bool
context ITypeDescriptorContext
return bool