C# Class System.Data.PrimaryKeyTypeConverter

Inheritance: System.ComponentModel.ReferenceConverter
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode 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 méthode

public CanConvertTo ( ITypeDescriptorContext context, Type destinationType ) : bool
context ITypeDescriptorContext
destinationType System.Type
Résultat bool

ConvertTo() public méthode

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

GetPropertiesSupported() public méthode

public GetPropertiesSupported ( ITypeDescriptorContext context ) : bool
context ITypeDescriptorContext
Résultat bool

PrimaryKeyTypeConverter() public méthode

public PrimaryKeyTypeConverter ( ) : System.ComponentModel
Résultat System.ComponentModel