C# 클래스 ServiceStackToolkit.Automation.TypeConverters.HttpVerbEnumConverter

상속: System.ComponentModel.StringConverter
파일 보기 프로젝트 열기: jezzsantos/servicestacktoolkit

공개 메소드들

메소드 설명
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