Method | Description | |
---|---|---|
CanConvertFrom ( ITypeDescriptorContext context, |
Returns whether this converter can convert an object of the given type to the type of this converter, using the specified context.
|
|
CanConvertTo ( ITypeDescriptorContext context, |
Returns whether this converter can convert the object to the specified type, using the specified context.
|
|
ConvertFrom ( ITypeDescriptorContext context, |
Converts the given object to the type of this converter, using the specified context and culture information.
|
|
ConvertTo ( ITypeDescriptorContext context, |
Converts the given value object to the specified type, using the specified context and culture information.
|
|
CreateInstance ( ITypeDescriptorContext context, IDictionary propertyValues ) : object |
Creates an instance of the type that this T:System.ComponentModel.TypeConverter is associated with, using the specified context, given a set of property values for the object.
|
|
GetCreateInstanceSupported ( ITypeDescriptorContext context ) : bool |
Returns whether changing a value on this object requires a call to
|
|
GetProperties ( ITypeDescriptorContext context, object value, |
Creates an instance of the type that this T:System.ComponentModel.TypeConverter is associated with, using the specified context, given a set of property values for the object.
|
|
GetPropertiesSupported ( ITypeDescriptorContext context ) : bool |
Returns whether this object supports properties, using the specified context.
|
|
Half2Converter ( ) : System |
Initializes a new instance of the T:Fusion.Core.Design.Half2Converter class.
|
public CanConvertFrom ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | A |
sourceType | A System::Type that represents the type you want to convert from. | |
return | bool |
public CanConvertTo ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | A |
destinationType | A |
|
return | bool |
public ConvertFrom ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | A |
culture | A |
|
value | object | The |
return | object |
public ConvertTo ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | A |
culture | A |
|
value | object | The |
destinationType | A |
|
return | object |
public CreateInstance ( ITypeDescriptorContext context, IDictionary propertyValues ) : object | ||
context | ITypeDescriptorContext | A |
propertyValues | IDictionary | An |
return | object |
public GetCreateInstanceSupported ( ITypeDescriptorContext context ) : bool | ||
context | ITypeDescriptorContext | A |
return | bool |
public GetProperties ( ITypeDescriptorContext context, object value, |
||
context | ITypeDescriptorContext | A |
value | object | An |
attributes | An array of type |
|
return |
public GetPropertiesSupported ( ITypeDescriptorContext context ) : bool | ||
context | ITypeDescriptorContext | A |
return | bool |