C# Class SharpMath.Vector4DTypeConverter

Inheritance: System.ComponentModel.TypeConverter
显示文件 Open project: Patapom/GodComplex

Public Methods

Method 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 method

public CanConvertFrom ( System _Context, System _SourceType ) : bool
_Context System
_SourceType System
return bool

CanConvertTo() public method

public CanConvertTo ( System _Context, System _DestinationType ) : bool
_Context System
_DestinationType System
return bool

ConvertFrom() public method

public ConvertFrom ( System _Context, System _Culture, object _Value ) : object
_Context System
_Culture System
_Value object
return object

ConvertTo() public method

public ConvertTo ( System _Context, System _Culture, object _Value, System _DestinationType ) : object
_Context System
_Culture System
_Value object
_DestinationType System
return object

GetProperties() public method

public GetProperties ( System _Context, object _Value, System _Attributes ) : System.ComponentModel.PropertyDescriptorCollection
_Context System
_Value object
_Attributes System
return System.ComponentModel.PropertyDescriptorCollection

GetPropertiesSupported() public method

public GetPropertiesSupported ( System _Context ) : bool
_Context System
return bool