Method ConvertFrom
- Namespace
- Innova.Data.AppSettings
- Assembly
- Innova.Data.dll
ConvertFrom(ITypeDescriptorContext, CultureInfo, object)
Converts the specified string representation to an instance of the EntitySavedQuerySetting class.
public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value)
Parameters
context
ITypeDescriptorContextThe context of the conversion.
culture
CultureInfoThe culture to use for the conversion.
value
objectThe string representation to convert.
Returns
- object
An instance of the EntitySavedQuerySetting class.