C# Класс SharpMath.VectorTypeConverter

Наследование: System.ComponentModel.TypeConverter
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

CanConvertFrom() публичный Метод

public CanConvertFrom ( System _Context, System _SourceType ) : bool
_Context System
_SourceType System
Результат bool

CanConvertTo() публичный Метод

public CanConvertTo ( System _Context, System _DestinationType ) : bool
_Context System
_DestinationType System
Результат bool

ConvertFrom() публичный Метод

public ConvertFrom ( System _Context, System _Culture, object _Value ) : object
_Context System
_Culture System
_Value object
Результат object

ConvertTo() публичный Метод

public ConvertTo ( System _Context, System _Culture, object _Value, System _DestinationType ) : object
_Context System
_Culture System
_Value object
_DestinationType System
Результат object

GetProperties() публичный Метод

public GetProperties ( System _Context, object _Value, System _Attributes ) : System.ComponentModel.PropertyDescriptorCollection
_Context System
_Value object
_Attributes System
Результат System.ComponentModel.PropertyDescriptorCollection

GetPropertiesSupported() публичный Метод

public GetPropertiesSupported ( System _Context ) : bool
_Context System
Результат bool