Method | Description | |
---|---|---|
CanConvertFrom ( ITypeDescriptorContext context, |
||
ConvertFrom ( ITypeDescriptorContext context, |
||
ConvertTo ( ITypeDescriptorContext context, |
||
GetAllTables ( ) : List |
||
GetStandardValues ( System context ) : System.ComponentModel.TypeConverter.StandardValuesCollection | ||
GetStandardValuesSupported ( System context ) : bool |
public CanConvertFrom ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | |
sourceType | ||
return | bool |
public ConvertFrom ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | |
culture | ||
value | object | |
return | object |
public ConvertTo ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | |
culture | ||
value | object | |
destinationType | ||
return | object |
public GetStandardValues ( System context ) : System.ComponentModel.TypeConverter.StandardValuesCollection | ||
context | System | |
return | System.ComponentModel.TypeConverter.StandardValuesCollection |
public GetStandardValuesSupported ( System context ) : bool | ||
context | System | |
return | bool |