Méthode | Description | |
---|---|---|
CanConvertFrom ( ITypeDescriptorContext context, Type sourceType ) : bool | ||
CanConvertTo ( ITypeDescriptorContext context, Type destinationType ) : bool | ||
GetCreateInstanceSupported ( ITypeDescriptorContext context ) : bool | ||
GetProperties ( ITypeDescriptorContext context, object value, Attribute attributes ) : |
||
GetPropertiesSupported ( ITypeDescriptorContext context ) : bool |
Méthode | Description | |
---|---|---|
ConvertFrom ( ITypeDescriptorContext context, |
||
ConvertTo ( ITypeDescriptorContext context, |
||
CreateInstance ( ITypeDescriptorContext context, IDictionary propertyValues ) : object |
public CanConvertFrom ( ITypeDescriptorContext context, Type sourceType ) : bool | ||
context | ITypeDescriptorContext | |
sourceType | Type | |
Résultat | bool |
public CanConvertTo ( ITypeDescriptorContext context, Type destinationType ) : bool | ||
context | ITypeDescriptorContext | |
destinationType | Type | |
Résultat | bool |
public GetCreateInstanceSupported ( ITypeDescriptorContext context ) : bool | ||
context | ITypeDescriptorContext | |
Résultat | bool |
public GetProperties ( ITypeDescriptorContext context, object value, Attribute attributes ) : |
||
context | ITypeDescriptorContext | |
value | object | |
attributes | Attribute | |
Résultat |
public GetPropertiesSupported ( ITypeDescriptorContext context ) : bool | ||
context | ITypeDescriptorContext | |
Résultat | bool |