C# Класс FlatRedBall.Glue.FormHelpers.StringConverters.AvailableClassTypeConverter

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

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

Метод Описание
AvailableClassTypeConverter ( NamedObjectSave container ) : System
GetAvailableTypes ( bool includeNone, SourceType sourceType ) : string[]
GetStandardValues ( ITypeDescriptorContext context ) : StandardValuesCollection
GetStandardValuesExclusive ( ITypeDescriptorContext context ) : bool
GetStandardValuesSupported ( ITypeDescriptorContext context ) : bool
IsFlatRedBallType ( string type ) : bool

Приватные методы

Метод Описание
GetAvailableFrbClasses ( ) : string[]

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

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

public AvailableClassTypeConverter ( NamedObjectSave container ) : System
container FlatRedBall.Glue.SaveClasses.NamedObjectSave
Результат System

GetAvailableTypes() публичный статический Метод

public static GetAvailableTypes ( bool includeNone, SourceType sourceType ) : string[]
includeNone bool
sourceType SourceType
Результат string[]

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

public GetStandardValues ( ITypeDescriptorContext context ) : StandardValuesCollection
context ITypeDescriptorContext
Результат StandardValuesCollection

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

public GetStandardValuesExclusive ( ITypeDescriptorContext context ) : bool
context ITypeDescriptorContext
Результат bool

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

public GetStandardValuesSupported ( ITypeDescriptorContext context ) : bool
context ITypeDescriptorContext
Результат bool

IsFlatRedBallType() публичный статический Метод

public static IsFlatRedBallType ( string type ) : bool
type string
Результат bool