Method | Description | |
---|---|---|
CanConvertFrom ( ITypeDescriptorContext context, |
||
CanConvertTo ( ITypeDescriptorContext context, |
||
ConvertFrom ( ITypeDescriptorContext context, |
||
ConvertTo ( ITypeDescriptorContext context, System culture, object value, |
||
CreateInstance ( ITypeDescriptorContext context, IDictionary propertyValues ) : object | ||
GetCreateInstanceSupported ( ITypeDescriptorContext context ) : bool | ||
GetProperties ( ITypeDescriptorContext context, object value, |
||
GetPropertiesSupported ( ITypeDescriptorContext context ) : bool | ||
GetStandardValues ( ITypeDescriptorContext context ) : StandardValuesCollection | ||
GetStandardValuesExclusive ( ITypeDescriptorContext context ) : bool | ||
GetStandardValuesSupported ( ITypeDescriptorContext context ) : bool | ||
IsValid ( ITypeDescriptorContext context, object value ) : bool | ||
NullableConverter ( |
public CanConvertFrom ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | |
sourceType | ||
return | bool |
public CanConvertTo ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | |
destinationType | ||
return | bool |
public ConvertFrom ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | |
culture | ||
value | object | |
return | object |
public ConvertTo ( ITypeDescriptorContext context, System culture, object value, |
||
context | ITypeDescriptorContext | |
culture | System | |
value | object | |
destinationType | ||
return | object |
public CreateInstance ( ITypeDescriptorContext context, IDictionary propertyValues ) : object | ||
context | ITypeDescriptorContext | |
propertyValues | IDictionary | |
return | object |
public GetCreateInstanceSupported ( ITypeDescriptorContext context ) : bool | ||
context | ITypeDescriptorContext | |
return | bool |
public GetProperties ( ITypeDescriptorContext context, object value, |
||
context | ITypeDescriptorContext | |
value | object | |
attributes | ||
return |
public GetPropertiesSupported ( ITypeDescriptorContext context ) : bool | ||
context | ITypeDescriptorContext | |
return | bool |
public GetStandardValues ( ITypeDescriptorContext context ) : StandardValuesCollection | ||
context | ITypeDescriptorContext | |
return | StandardValuesCollection |
public GetStandardValuesExclusive ( 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 |
public NullableConverter ( |
||
type | ||
return | System.Collections |