Class SupportedLanguageConverter
Inheritance
System.Object
SupportedLanguageConverter
Assembly: Eco.Shared.dll
Syntax
public class SupportedLanguageConverter : LocalizedEnumConverter
Constructors
SupportedLanguageConverter(Type)
Declaration
public SupportedLanguageConverter(Type type)
Parameters
Type |
Name |
Description |
System.Type |
type |
|
Methods
GetStandardValues(ITypeDescriptorContext)
Declaration
public override TypeConverter.StandardValuesCollection GetStandardValues(ITypeDescriptorContext context)
Parameters
Type |
Name |
Description |
System.ComponentModel.ITypeDescriptorContext |
context |
|
Returns
Type |
Description |
System.ComponentModel.TypeConverter.StandardValuesCollection |
|
GetStandardValuesExclusive(ITypeDescriptorContext)
Declaration
public override bool GetStandardValuesExclusive(ITypeDescriptorContext context)
Parameters
Type |
Name |
Description |
System.ComponentModel.ITypeDescriptorContext |
context |
|
Returns
Type |
Description |
System.Boolean |
|
GetStandardValuesSupported(ITypeDescriptorContext)
Declaration
public override bool GetStandardValuesSupported(ITypeDescriptorContext context)
Parameters
Type |
Name |
Description |
System.ComponentModel.ITypeDescriptorContext |
context |
|
Returns
Type |
Description |
System.Boolean |
|
Extension Methods