C# Class System.ComponentModel.TypeConverter

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
CanConvertFrom ( ITypeDescriptorContext context, Type sourceType ) : bool
CanConvertFrom ( Type sourceType ) : bool
CanConvertTo ( ITypeDescriptorContext context, Type destinationType ) : bool
CanConvertTo ( Type destinationType ) : bool
ConvertFrom ( ITypeDescriptorContext context, CultureInfo culture, object value ) : object
ConvertFrom ( object value ) : object
ConvertFromInvariantString ( ITypeDescriptorContext context, string text ) : object
ConvertFromString ( ITypeDescriptorContext context, CultureInfo culture, string text ) : object
ConvertFromString ( ITypeDescriptorContext context, string text ) : object
ConvertFromString ( string text ) : object
ConvertTo ( object value, Type destinationType ) : object
ConvertToInvariantString ( ITypeDescriptorContext context, object value ) : string
ConvertToInvariantString ( object value ) : string
ConvertToString ( ITypeDescriptorContext context, CultureInfo culture, object value ) : string
ConvertToString ( ITypeDescriptorContext context, object value ) : string
CreateInstance ( IDictionary propertyValues ) : object
CreateInstance ( ITypeDescriptorContext context, IDictionary propertyValues ) : object
GetCreateInstanceSupported ( ) : bool
GetCreateInstanceSupported ( ITypeDescriptorContext context ) : bool
GetProperties ( ITypeDescriptorContext context, object value ) : PropertyDescriptorCollection
GetProperties ( ITypeDescriptorContext context, object value, Attribute attributes ) : PropertyDescriptorCollection
GetProperties ( object value ) : PropertyDescriptorCollection
GetPropertiesSupported ( ) : bool
GetPropertiesSupported ( ITypeDescriptorContext context ) : bool
GetStandardValues ( ) : ICollection
GetStandardValues ( ITypeDescriptorContext context ) : StandardValuesCollection
GetStandardValuesExclusive ( ) : bool
GetStandardValuesExclusive ( ITypeDescriptorContext context ) : bool
GetStandardValuesSupported ( ) : bool
GetStandardValuesSupported ( ITypeDescriptorContext context ) : bool
IsValid ( ITypeDescriptorContext context, object value ) : bool
IsValid ( object value ) : bool

Méthodes protégées

Méthode Description
GetConvertFromException ( object value ) : Exception
GetConvertToException ( object value, Type destinationType ) : Exception
SortProperties ( PropertyDescriptorCollection props, string names ) : PropertyDescriptorCollection

Private Methods

Méthode Description
ConvertFromInvariantString ( string text ) : object
ConvertTo ( ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType ) : object
ConvertToString ( object value ) : string

Method Details

CanConvertFrom() public méthode

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

CanConvertFrom() public méthode

public CanConvertFrom ( Type sourceType ) : bool
sourceType Type
Résultat bool

CanConvertTo() public méthode

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

CanConvertTo() public méthode

public CanConvertTo ( Type destinationType ) : bool
destinationType 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

ConvertFrom() public méthode

public ConvertFrom ( object value ) : object
value object
Résultat object

ConvertFromInvariantString() public méthode

public ConvertFromInvariantString ( ITypeDescriptorContext context, string text ) : object
context ITypeDescriptorContext
text string
Résultat object

ConvertFromString() public méthode

public ConvertFromString ( ITypeDescriptorContext context, CultureInfo culture, string text ) : object
context ITypeDescriptorContext
culture System.Globalization.CultureInfo
text string
Résultat object

ConvertFromString() public méthode

public ConvertFromString ( ITypeDescriptorContext context, string text ) : object
context ITypeDescriptorContext
text string
Résultat object

ConvertFromString() public méthode

public ConvertFromString ( string text ) : object
text string
Résultat object

ConvertTo() public méthode

public ConvertTo ( object value, Type destinationType ) : object
value object
destinationType Type
Résultat object

ConvertToInvariantString() public méthode

public ConvertToInvariantString ( ITypeDescriptorContext context, object value ) : string
context ITypeDescriptorContext
value object
Résultat string

ConvertToInvariantString() public méthode

public ConvertToInvariantString ( object value ) : string
value object
Résultat string

ConvertToString() public méthode

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

ConvertToString() public méthode

public ConvertToString ( ITypeDescriptorContext context, object value ) : string
context ITypeDescriptorContext
value object
Résultat string

CreateInstance() public méthode

public CreateInstance ( IDictionary propertyValues ) : object
propertyValues IDictionary
Résultat object

CreateInstance() public méthode

public CreateInstance ( ITypeDescriptorContext context, IDictionary propertyValues ) : object
context ITypeDescriptorContext
propertyValues IDictionary
Résultat object

GetConvertFromException() protected méthode

protected GetConvertFromException ( object value ) : Exception
value object
Résultat Exception

GetConvertToException() protected méthode

protected GetConvertToException ( object value, Type destinationType ) : Exception
value object
destinationType Type
Résultat Exception

GetCreateInstanceSupported() public méthode

public GetCreateInstanceSupported ( ) : bool
Résultat bool

GetCreateInstanceSupported() public méthode

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

GetProperties() public méthode

public GetProperties ( ITypeDescriptorContext context, object value ) : PropertyDescriptorCollection
context ITypeDescriptorContext
value object
Résultat PropertyDescriptorCollection

GetProperties() public méthode

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

GetProperties() public méthode

public GetProperties ( object value ) : PropertyDescriptorCollection
value object
Résultat PropertyDescriptorCollection

GetPropertiesSupported() public méthode

public GetPropertiesSupported ( ) : bool
Résultat bool

GetPropertiesSupported() public méthode

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

GetStandardValues() public méthode

public GetStandardValues ( ) : ICollection
Résultat ICollection

GetStandardValues() public méthode

public GetStandardValues ( ITypeDescriptorContext context ) : StandardValuesCollection
context ITypeDescriptorContext
Résultat StandardValuesCollection

GetStandardValuesExclusive() public méthode

public GetStandardValuesExclusive ( ) : bool
Résultat bool

GetStandardValuesExclusive() public méthode

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

GetStandardValuesSupported() public méthode

public GetStandardValuesSupported ( ) : bool
Résultat bool

GetStandardValuesSupported() public méthode

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

IsValid() public méthode

public IsValid ( ITypeDescriptorContext context, object value ) : bool
context ITypeDescriptorContext
value object
Résultat bool

IsValid() public méthode

public IsValid ( object value ) : bool
value object
Résultat bool

SortProperties() protected méthode

protected SortProperties ( PropertyDescriptorCollection props, string names ) : PropertyDescriptorCollection
props PropertyDescriptorCollection
names string
Résultat PropertyDescriptorCollection