C# Class ServiceStackToolkit.Automation.TypeConverters.HttpVerbEnumConverter

Inheritance: System.ComponentModel.StringConverter
Afficher le fichier Open project: jezzsantos/servicestacktoolkit

Méthodes publiques

Méthode 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 méthode

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

GetStandardValuesExclusive() public méthode

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

GetStandardValuesSupported() public méthode

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