Method CanConvertTo
- Namespace
- Innova.Data.AppSettings
- Assembly
- Innova.Data.dll
CanConvertTo(ITypeDescriptorContext, Type)
Determines whether this converter can convert the EntitySavedQuerySetting object to the specified type.
public override bool CanConvertTo(ITypeDescriptorContext context, Type destinationType)
Parameters
contextITypeDescriptorContextThe context of the conversion.
destinationTypeTypeThe type of the destination object.
Returns
- bool
true if this converter can perform the conversion; otherwise, false.