Table of Contents

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 ITypeDescriptorContext

The context of the conversion.

culture CultureInfo

The culture to use for the conversion.

value object

The string representation to convert.

Returns

object

An instance of the EntitySavedQuerySetting class.