StiDialogInfoConverter Class
Namespace: Stimulsoft.Report.Dictionary.Design
Converts StiDialogInfo from one data type to another.
Inheritance
Inherits from: TypeConverter
Methods
| Method | Returns | Description |
|---|---|---|
| CanConvertFrom | bool | |
| CanConvertTo | bool | |
ConvertDialogInfoToString static |
string | |
| ConvertFrom | object | |
ConvertFromStringToDialogInfo static |
StiDialogInfo | |
| GetPropertiesSupported | bool |
Method Details
CanConvertFrom
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): bool
Parameters
- context (ITypeDescriptorContext)
- sourceType (Type)
Returns bool
CanConvertTo
CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): bool
Parameters
- context (ITypeDescriptorContext)
- destinationType (Type)
Returns bool
ConvertDialogInfoToString static
ConvertDialogInfoToString(info: StiDialogInfo): string
Parameters
- info (StiDialogInfo)
Returns string
ConvertFrom
ConvertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: object): object
Parameters
- context (ITypeDescriptorContext)
- culture (CultureInfo)
- value (object)
Returns object
ConvertFromStringToDialogInfo static
ConvertFromStringToDialogInfo(str: string): StiDialogInfo
Parameters
- str (string)
Returns StiDialogInfo
GetPropertiesSupported
GetPropertiesSupported(context: ITypeDescriptorContext): bool
Parameters
- context (ITypeDescriptorContext)
Returns bool