StiGetValueEventConverter Class
Namespace: Stimulsoft.Report.Gauge.Events.Design
Provides a type converter to convert StiGetValueEvent objects to and from various other representations.
Inheritance
Inherits from: TypeConverter
Methods
| Method | Returns | Description |
|---|---|---|
| CanConvertFrom | bool | |
| ConvertFrom | object | |
| GetPropertiesSupported | bool |
Method Details
CanConvertFrom
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): bool
Parameters
- context (ITypeDescriptorContext)
- sourceType (Type)
Returns bool
ConvertFrom
ConvertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: object): object
Parameters
- context (ITypeDescriptorContext)
- culture (CultureInfo)
- value (object)
Returns object
GetPropertiesSupported
GetPropertiesSupported(context: ITypeDescriptorContext): bool
Parameters
- context (ITypeDescriptorContext)
Returns bool