Class FRExpandableObjectConverter
Provides a type converter for a property representing an expandable object.
Inheritance
System.Object
FRExpandableObjectConverter
Assembly: FastReport.OpenSource.dll
Syntax
public class FRExpandableObjectConverter : TypeConverter
Methods
CanConvertTo(ITypeDescriptorContext, Type)
Declaration
public override bool CanConvertTo(ITypeDescriptorContext context, Type destinationType)
Parameters
| Type |
Name |
Description |
| ITypeDescriptorContext |
context |
|
| System.Type |
destinationType |
|
Returns
| Type |
Description |
| System.Boolean |
|
ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)
Declaration
public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
Parameters
| Type |
Name |
Description |
| ITypeDescriptorContext |
context |
|
| System.Globalization.CultureInfo |
culture |
|
| System.Object |
value |
|
| System.Type |
destinationType |
|
Returns
| Type |
Description |
| System.Object |
|
GetProperties(ITypeDescriptorContext, Object, Attribute[])
Declaration
public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes)
Parameters
| Type |
Name |
Description |
| ITypeDescriptorContext |
context |
|
| System.Object |
value |
|
| System.Attribute[] |
attributes |
|
Returns
| Type |
Description |
| PropertyDescriptorCollection |
|
GetPropertiesSupported(ITypeDescriptorContext)
Declaration
public override bool GetPropertiesSupported(ITypeDescriptorContext context)
Parameters
| Type |
Name |
Description |
| ITypeDescriptorContext |
context |
|
Returns
| Type |
Description |
| System.Boolean |
|