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

Inheritance: System.ComponentModel.TypeConverter
Afficher le fichier Open project: vchelaru/FlatRedBall

Méthodes publiques

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

Méthode Description
GetAvailableFrbClasses ( ) : string[]

Method Details

AvailableClassTypeConverter() public méthode

public AvailableClassTypeConverter ( NamedObjectSave container ) : System
container FlatRedBall.Glue.SaveClasses.NamedObjectSave
Résultat System

GetAvailableTypes() public static méthode

public static GetAvailableTypes ( bool includeNone, SourceType sourceType ) : string[]
includeNone bool
sourceType SourceType
Résultat string[]

GetStandardValues() public méthode

public GetStandardValues ( ITypeDescriptorContext context ) : StandardValuesCollection
context ITypeDescriptorContext
Résultat StandardValuesCollection

GetStandardValuesExclusive() public méthode

public GetStandardValuesExclusive ( ITypeDescriptorContext context ) : bool
context ITypeDescriptorContext
Résultat bool

GetStandardValuesSupported() public méthode

public GetStandardValuesSupported ( ITypeDescriptorContext context ) : bool
context ITypeDescriptorContext
Résultat bool

IsFlatRedBallType() public static méthode

public static IsFlatRedBallType ( string type ) : bool
type string
Résultat bool