프로퍼티 | 타입 | 설명 | |
---|---|---|---|
m_hash | FamilySymbol>.Dictionary |
메소드 | 설명 | |
---|---|---|
CanConvertFrom ( ITypeDescriptorContext context, |
whether this converter can convert an object of the given type to string
|
|
ConvertFrom ( ITypeDescriptorContext context, |
converts the Name to corresponding FamilySymbol
|
|
ConvertTo ( ITypeDescriptorContext context, |
converts the given FamilySymbol to the Name, using the specified context and culture information
|
|
GetConvertHash ( ) : void |
subclass must implement to initialize m_hash
|
|
GetStandardValues ( ITypeDescriptorContext context ) : StandardValuesCollection |
returns a collection of FamilySymbol
|
|
GetStandardValuesExclusive ( ITypeDescriptorContext context ) : bool |
whether the collection of standard values returned from GetStandardValues is an exclusive list of possible values
|
|
GetStandardValuesSupported ( ITypeDescriptorContext context ) : bool |
returns whether this object supports a standard set of values that can be picked from a list
|
메소드 | 설명 | |
---|---|---|
ParameterConverter ( ) : System |
constructor initialize m_hash
|
public CanConvertFrom ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | provides a format context |
sourceType | a Type that represents the type you want to convert from | |
리턴 | bool |
public ConvertFrom ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | provides a format context |
culture | the CultureInfo to use as the current culture | |
value | object | the Object to convert |
리턴 | object |
public ConvertTo ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | provides a format context |
culture | the CultureInfo to use as the current culture | |
v | object | the Object to convert |
destinationType | should be string | |
리턴 | object |
public GetStandardValues ( ITypeDescriptorContext context ) : StandardValuesCollection | ||
context | ITypeDescriptorContext | provides a format context |
리턴 | StandardValuesCollection |
public GetStandardValuesExclusive ( ITypeDescriptorContext context ) : bool | ||
context | ITypeDescriptorContext | provides a format context |
리턴 | bool |
public GetStandardValuesSupported ( ITypeDescriptorContext context ) : bool | ||
context | ITypeDescriptorContext | provides a format context |
리턴 | bool |