C# 클래스 FlatRedBall.Glue.FormHelpers.AvailableNameablesStringConverter

상속: System.ComponentModel.TypeConverter
파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

AvailableNameablesStringConverter() 공개 메소드

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

FillListWithAvailableObjects() 공개 정적인 메소드

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

GetAvailableNamedObjectSourceNames() 공개 정적인 메소드

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

GetStandardValues() 공개 메소드

public GetStandardValues ( ITypeDescriptorContext context ) : System.ComponentModel.TypeConverter.StandardValuesCollection
context ITypeDescriptorContext
리턴 System.ComponentModel.TypeConverter.StandardValuesCollection

GetStandardValuesExclusive() 공개 메소드

public GetStandardValuesExclusive ( ITypeDescriptorContext context ) : bool
context ITypeDescriptorContext
리턴 bool

GetStandardValuesSupported() 공개 메소드

public GetStandardValuesSupported ( ITypeDescriptorContext context ) : bool
context ITypeDescriptorContext
리턴 bool