StiDashboardDrillDownParameterConverter Class
Namespace: Stimulsoft.Dashboard.Interactions.Design
Converts StiDashboardDrillDownParameter from one data type to another.
Inheritance
Inherits from: StiUniversalConverter
Methods
| Method | Returns | Description |
|---|---|---|
| CanConvertTo | bool | |
| CreateNewInstanceDescriptor | object | |
| GetPropertiesSupported | bool |
Method Details
CanConvertTo
CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): bool
Parameters
- context (ITypeDescriptorContext)
- destinationType (Type)
Returns bool
CreateNewInstanceDescriptor
CreateNewInstanceDescriptor(info: ConstructorInfo, **: objectobjs): object
Parameters
- info (ConstructorInfo)
- ** (objectobjs)
Returns object
GetPropertiesSupported
GetPropertiesSupported(context: ITypeDescriptorContext): bool
Parameters
- context (ITypeDescriptorContext)
Returns bool