Table of Contents

Class EntitySavedQuerySettingConverter

Namespace
Innova.Data.AppSettings
Assembly
Innova.Data.dll

Converts the EntitySavedQuerySetting class to and from a string representation.

public class EntitySavedQuerySettingConverter : TypeConverter
Inheritance
EntitySavedQuerySettingConverter

Methods

CanConvertFrom(ITypeDescriptorContext, Type)

Determines whether this converter can convert the specified object to the EntitySavedQuerySetting type.

CanConvertTo(ITypeDescriptorContext, Type)

Determines whether this converter can convert the EntitySavedQuerySetting object to the specified type.

ConvertFrom(ITypeDescriptorContext, CultureInfo, object)

Converts the specified string representation to an instance of the EntitySavedQuerySetting class.

ConvertTo(ITypeDescriptorContext, CultureInfo, object, Type)

Converts the specified EntitySavedQuerySetting object to its equivalent string representation.