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