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
context
ITypeDescriptorContextThe context of the conversion.
sourceType
TypeThe type of the source object.
Returns
- bool
true if this converter can perform the conversion; otherwise, false.