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

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

Méthodes publiques

Méthode Description
CanConvertTo ( ITypeDescriptorContext context, Type destinationType ) : bool
ConvertTo ( ITypeDescriptorContext context, System culture, object value, Type destinationType ) : object
CustomAggregateCollectionConverter ( ) : System

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, System culture, object value, Type destinationType ) : object
context ITypeDescriptorContext
culture System
value object
destinationType System.Type
Résultat object

CustomAggregateCollectionConverter() public méthode

public CustomAggregateCollectionConverter ( ) : System
Résultat System