C# Class nHydrate.Generator.Design.Converters.ColumnReferenceCollectionConverter

Inheritance: System.ComponentModel.TypeConverter
Afficher le fichier Open project: nHydrate/nHydrate

Méthodes publiques

Méthode Description
CanConvertTo ( ITypeDescriptorContext context, Type destinationType ) : bool
ColumnReferenceCollectionConverter ( ) : System
ConvertTo ( ITypeDescriptorContext context, System culture, object value, Type destinationType ) : object
GetProperties ( ITypeDescriptorContext context, object value, Attribute attributes ) : PropertyDescriptorCollection

Method Details

CanConvertTo() public méthode

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

ColumnReferenceCollectionConverter() public méthode

public ColumnReferenceCollectionConverter ( ) : System
Résultat System

ConvertTo() public méthode

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

GetProperties() public méthode

public GetProperties ( ITypeDescriptorContext context, object value, Attribute attributes ) : PropertyDescriptorCollection
context ITypeDescriptorContext
value object
attributes System.Attribute
Résultat System.ComponentModel.PropertyDescriptorCollection