C# Класс System.Data.PrimaryKeyTypeConverter

Наследование: System.ComponentModel.ReferenceConverter
Показать файл Открыть проект

Открытые методы

Метод Описание
CanConvertTo ( ITypeDescriptorContext context, Type destinationType ) : bool
ConvertTo ( ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType ) : object
GetPropertiesSupported ( ITypeDescriptorContext context ) : bool
PrimaryKeyTypeConverter ( ) : System.ComponentModel

Описание методов

CanConvertTo() публичный Метод

public CanConvertTo ( ITypeDescriptorContext context, Type destinationType ) : bool
context ITypeDescriptorContext
destinationType System.Type
Результат bool

ConvertTo() публичный Метод

public ConvertTo ( ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType ) : object
context ITypeDescriptorContext
culture System.Globalization.CultureInfo
value object
destinationType System.Type
Результат object

GetPropertiesSupported() публичный Метод

public GetPropertiesSupported ( ITypeDescriptorContext context ) : bool
context ITypeDescriptorContext
Результат bool

PrimaryKeyTypeConverter() публичный Метод

public PrimaryKeyTypeConverter ( ) : System.ComponentModel
Результат System.ComponentModel