[]
        
(Showing Draft Content)

C1.Data.Design.DerivedTypeTypeConverter-1

DerivedTypeTypeConverter<T> Class

Provides a type converter to convert object references to and from other representations.

Inheritance
DerivedTypeTypeConverter<T>
Namespace: C1.Data.Design
Assembly: C1.Win.Data.Entity.4.8.dll
Syntax
public class DerivedTypeTypeConverter<T> : ReferenceConverter
Type Parameters
Name Description
T

A Type that represents the type to associate with this reference converter.

Constructors

Name Description
DerivedTypeTypeConverter()

Initializes a new instance of the DerivedTypeTypeConverter<T> class.

Methods

Name Description
CanConvertFrom(ITypeDescriptorContext, Type)
ConvertFrom(ITypeDescriptorContext, CultureInfo, object)
ConvertTo(ITypeDescriptorContext, CultureInfo, object, Type)
GetStandardValues(ITypeDescriptorContext)
GetStandardValuesExclusive(ITypeDescriptorContext)
GetStandardValuesSupported(ITypeDescriptorContext)