C# Class FlatRedBall.Glue.FormHelpers.AvailableNameablesStringConverter

Inheritance: System.ComponentModel.TypeConverter
显示文件 Open project: vchelaru/FlatRedBall Class Usage Examples

Public Methods

Method Description
AvailableNameablesStringConverter ( NamedObjectSave namedObjectSave ) : System
FillListWithAvailableObjects ( string relativeFile, List listOfObjectsToReturn ) : void
GetAvailableNamedObjectSourceNames ( NamedObjectSave namedObject ) : List
GetStandardValues ( ITypeDescriptorContext context ) : System.ComponentModel.TypeConverter.StandardValuesCollection
GetStandardValuesExclusive ( ITypeDescriptorContext context ) : bool
GetStandardValuesSupported ( ITypeDescriptorContext context ) : bool

Method Details

AvailableNameablesStringConverter() public method

public AvailableNameablesStringConverter ( NamedObjectSave namedObjectSave ) : System
namedObjectSave FlatRedBall.Glue.SaveClasses.NamedObjectSave
return System

FillListWithAvailableObjects() public static method

public static FillListWithAvailableObjects ( string relativeFile, List listOfObjectsToReturn ) : void
relativeFile string
listOfObjectsToReturn List
return void

GetAvailableNamedObjectSourceNames() public static method

public static GetAvailableNamedObjectSourceNames ( NamedObjectSave namedObject ) : List
namedObject FlatRedBall.Glue.SaveClasses.NamedObjectSave
return List

GetStandardValues() public method

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