C# Class FlatRedBall.Glue.FormHelpers.StringConverters.AvailableClassTypeConverter

Inheritance: System.ComponentModel.TypeConverter
Datei anzeigen Open project: vchelaru/FlatRedBall

Public Methods

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

Private Methods

Method Description
GetAvailableFrbClasses ( ) : string[]

Method Details

AvailableClassTypeConverter() public method

public AvailableClassTypeConverter ( NamedObjectSave container ) : System
container FlatRedBall.Glue.SaveClasses.NamedObjectSave
return System

GetAvailableTypes() public static method

public static GetAvailableTypes ( bool includeNone, SourceType sourceType ) : string[]
includeNone bool
sourceType SourceType
return string[]

GetStandardValues() public method

public GetStandardValues ( ITypeDescriptorContext context ) : StandardValuesCollection
context ITypeDescriptorContext
return StandardValuesCollection

GetStandardValuesExclusive() public method

public GetStandardValuesExclusive ( ITypeDescriptorContext context ) : bool
context ITypeDescriptorContext
return bool

GetStandardValuesSupported() public method

public GetStandardValuesSupported ( ITypeDescriptorContext context ) : bool
context ITypeDescriptorContext
return bool

IsFlatRedBallType() public static method

public static IsFlatRedBallType ( string type ) : bool
type string
return bool