StiDataFilterRuleConverter Class
Namespace: Stimulsoft.Data.Design
Inheritance
Inherits from: TypeConverter
Methods
| Method | Returns | Description |
|---|---|---|
| CanConvertTo | bool | |
| ConvertTo | object | |
| GetPropertiesSupported | bool |
Method Details
CanConvertTo
CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): bool
Parameters
- context (ITypeDescriptorContext)
- destinationType (Type)
Returns bool
ConvertTo
ConvertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: object, destinationType: Type): object
Parameters
- context (ITypeDescriptorContext)
- culture (CultureInfo)
- value (object)
- destinationType (Type)
Returns object
GetPropertiesSupported
GetPropertiesSupported(context: ITypeDescriptorContext): bool
Parameters
- context (ITypeDescriptorContext)
Returns bool