ClassObjectKeyConverter
Class
Definition
Namespace:Telerik.OpenAccess
Assembly:Telerik.OpenAccess.dll
Syntax:
cs-api-definition
public class ObjectKeyConverter : TypeConverter
Inheritance: objectTypeConverterObjectKeyConverter
Constructors
ObjectKeyConverter()
Declaration
cs-api-definition
public ObjectKeyConverter()
Methods
CanConvertFrom(ITypeDescriptorContext, Type)
Declaration
cs-api-definition
public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType)
Parameters
context
ITypeDescriptorContext
sourceType
Type
Returns
bool
Overrides
CanConvertTo(ITypeDescriptorContext, Type)
Declaration
cs-api-definition
public override bool CanConvertTo(ITypeDescriptorContext context, Type destinationType)
Parameters
context
ITypeDescriptorContext
destinationType
Type
Returns
bool
Overrides
ConvertFrom(ITypeDescriptorContext, CultureInfo, object)
Declaration
cs-api-definition
public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value)
Parameters
context
ITypeDescriptorContext
culture
CultureInfo
value
object
Returns
object
Overrides
ConvertTo(ITypeDescriptorContext, CultureInfo, object, Type)
Declaration
cs-api-definition
public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
Parameters
context
ITypeDescriptorContext
culture
CultureInfo
value
object
destinationType
Type
Returns
object
Overrides