Method | Description | |
---|---|---|
CanConvertFrom ( ITypeDescriptorContext context, |
||
CanConvertTo ( ITypeDescriptorContext context, |
||
ConvertFrom ( ITypeDescriptorContext context, System culture, object value ) : object | ||
ConvertTo ( ITypeDescriptorContext context, System culture, object value, |
||
GetCreateInstanceSupported ( ITypeDescriptorContext context ) : bool | ||
GetPropertiesSupported ( ITypeDescriptorContext context ) : bool | ||
GetStandardValuesSupported ( ITypeDescriptorContext context ) : bool | ||
IsValid ( ITypeDescriptorContext context, object value ) : bool | ||
TypeConv ( object self ) : System |
public CanConvertFrom ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | |
sourceType | ||
return | bool |
public CanConvertTo ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | |
destinationType | ||
return | bool |
public ConvertFrom ( ITypeDescriptorContext context, System culture, object value ) : object | ||
context | ITypeDescriptorContext | |
culture | System | |
value | object | |
return | object |
public ConvertTo ( ITypeDescriptorContext context, System culture, object value, |
||
context | ITypeDescriptorContext | |
culture | System | |
value | object | |
destinationType | ||
return | object |
public GetCreateInstanceSupported ( ITypeDescriptorContext context ) : bool | ||
context | ITypeDescriptorContext | |
return | bool |
public GetPropertiesSupported ( ITypeDescriptorContext context ) : bool | ||
context | ITypeDescriptorContext | |
return | bool |
public GetStandardValuesSupported ( ITypeDescriptorContext context ) : bool | ||
context | ITypeDescriptorContext | |
return | bool |
public IsValid ( ITypeDescriptorContext context, object value ) : bool | ||
context | ITypeDescriptorContext | |
value | object | |
return | bool |