C# Class SharpMath.PointTypeConverter

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

Méthodes publiques

Méthode Description
CanConvertFrom ( System _Context, System _SourceType ) : bool
CanConvertTo ( System _Context, System _DestinationType ) : bool
ConvertFrom ( System _Context, System _Culture, object _Value ) : object
ConvertTo ( System _Context, System _Culture, object _Value, System _DestinationType ) : object
GetProperties ( System _Context, object _Value, System _Attributes ) : System.ComponentModel.PropertyDescriptorCollection
GetPropertiesSupported ( System _Context ) : bool

Method Details

CanConvertFrom() public méthode

public CanConvertFrom ( System _Context, System _SourceType ) : bool
_Context System
_SourceType System
Résultat bool

CanConvertTo() public méthode

public CanConvertTo ( System _Context, System _DestinationType ) : bool
_Context System
_DestinationType System
Résultat bool

ConvertFrom() public méthode

public ConvertFrom ( System _Context, System _Culture, object _Value ) : object
_Context System
_Culture System
_Value object
Résultat object

ConvertTo() public méthode

public ConvertTo ( System _Context, System _Culture, object _Value, System _DestinationType ) : object
_Context System
_Culture System
_Value object
_DestinationType System
Résultat object

GetProperties() public méthode

public GetProperties ( System _Context, object _Value, System _Attributes ) : System.ComponentModel.PropertyDescriptorCollection
_Context System
_Value object
_Attributes System
Résultat System.ComponentModel.PropertyDescriptorCollection

GetPropertiesSupported() public méthode

public GetPropertiesSupported ( System _Context ) : bool
_Context System
Résultat bool