C# Class AmazonScrape.DoubleRangeConverter

Inheritance: global::System.ComponentModel.TypeConverter
Afficher le fichier Open project: ThomasRush/AmazonScrape

Méthodes publiques

Méthode Description
CanConvertFrom ( System context, Type sourceType ) : bool
CanConvertTo ( System context, Type destinationType ) : bool
ConvertFrom ( ITypeDescriptorContext context, CultureInfo culture, object value ) : object
ConvertTo ( System context, System culture, object value, Type destinationType ) : object

Method Details

CanConvertFrom() public méthode

public CanConvertFrom ( System context, Type sourceType ) : bool
context System
sourceType System.Type
Résultat bool

CanConvertTo() public méthode

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

ConvertFrom() public méthode

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

ConvertTo() public méthode

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