C# Class FlatRedBall.Glue.GuiDisplay.AvailableFileStringConverter

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

Méthodes publiques

Méthode Description
AvailableFileStringConverter ( IElement element ) : System
GetStandardValues ( ITypeDescriptorContext context ) : StandardValuesCollection
GetStandardValuesExclusive ( ITypeDescriptorContext context ) : bool
GetStandardValuesSupported ( ITypeDescriptorContext context ) : bool

Private Methods

Méthode Description
IsRfsOfQualifiedRuntimeType ( ReferencedFileSave rfs, string qualifiedRuntimeType ) : bool
IsRfsOfType ( ReferencedFileSave rfs, Type type ) : bool
IsRfsOfUnqualifiedRuntimeType ( ReferencedFileSave rfs, string unqualifiedRuntimeType ) : bool

Method Details

AvailableFileStringConverter() public méthode

public AvailableFileStringConverter ( IElement element ) : System
element IElement
Résultat System

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