C# 클래스 WMath.HPointTypeConverter

상속: System.ComponentModel.TypeConverter
파일 보기 프로젝트 열기: Patapom/GodComplex

공개 메소드들

메소드 설명
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