C# Class FlatRedBall.Glue.GuiDisplay.AvailableNamedObjectsAndFiles

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

Méthodes publiques

Méthode Description
AvailableNamedObjectsAndFiles ( IElement element ) : System
GetAvailableObjects ( bool addNone, bool includeReferencedfiles, IElement currentElement ) : List
GetStandardValues ( ITypeDescriptorContext context ) : System.ComponentModel.TypeConverter.StandardValuesCollection
GetStandardValuesExclusive ( ITypeDescriptorContext context ) : bool
GetStandardValuesSupported ( ITypeDescriptorContext context ) : bool

Private Methods

Méthode Description
AddAvailableReferencedFiles ( IElement currentElement ) : void
AddContainedNamedObjects ( List namedObjects ) : void

Method Details

AvailableNamedObjectsAndFiles() public méthode

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

GetAvailableObjects() public static méthode

public static GetAvailableObjects ( bool addNone, bool includeReferencedfiles, IElement currentElement ) : List
addNone bool
includeReferencedfiles bool
currentElement IElement
Résultat List

GetStandardValues() public méthode

public GetStandardValues ( ITypeDescriptorContext context ) : System.ComponentModel.TypeConverter.StandardValuesCollection
context ITypeDescriptorContext
Résultat System.ComponentModel.TypeConverter.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