C# Class System.Data.PrimaryKeyTypeConverter

Inheritance: System.ComponentModel.ReferenceConverter
显示文件 Open project: dotnet/corefx

Public Methods

Method Description
CanConvertTo ( ITypeDescriptorContext context, Type destinationType ) : bool
ConvertTo ( ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType ) : object
GetPropertiesSupported ( ITypeDescriptorContext context ) : bool
PrimaryKeyTypeConverter ( ) : System.ComponentModel

Method Details

CanConvertTo() public method

public CanConvertTo ( ITypeDescriptorContext context, Type destinationType ) : bool
context ITypeDescriptorContext
destinationType System.Type
return bool

ConvertTo() public method

public ConvertTo ( ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType ) : object
context ITypeDescriptorContext
culture System.Globalization.CultureInfo
value object
destinationType System.Type
return object

GetPropertiesSupported() public method

public GetPropertiesSupported ( ITypeDescriptorContext context ) : bool
context ITypeDescriptorContext
return bool

PrimaryKeyTypeConverter() public method

public PrimaryKeyTypeConverter ( ) : System.ComponentModel
return System.ComponentModel