C# 클래스 Gu.Wpf.Geometry.PlacementOptionsConverter

상속: System.ComponentModel.TypeConverter
파일 보기 프로젝트 열기: JohanLarsson/Gu.Wpf.Geometry

공개 메소드들

메소드 설명
CanConvertFrom ( ITypeDescriptorContext typeDescriptorContext, Type sourceType ) : bool
CanConvertTo ( ITypeDescriptorContext typeDescriptorContext, Type destinationType ) : bool
ConvertFrom ( ITypeDescriptorContext typeDescriptorContext, CultureInfo cultureInfo, object source ) : object

비공개 메소드들

메소드 설명
ConvertTo ( ITypeDescriptorContext typeDescriptorContext, CultureInfo cultureInfo, object value, Type destinationType ) : object
FormatException ( string text, Exception inner = null ) : FormatException
ParseCenterOrAuto ( string arg, string text ) : PlacementOptions
ParseOne ( string arg, string text ) : PlacementOptions
ParseThree ( string arg1, string arg2, string arg3, string text ) : PlacementOptions
ParseTwo ( string arg1, string arg2, string text ) : PlacementOptions
TryParsePlacements ( string arg1, string arg2, HorizontalPlacement &horizontal, VerticalPlacement &vertical ) : bool

메소드 상세

CanConvertFrom() 공개 메소드

public CanConvertFrom ( ITypeDescriptorContext typeDescriptorContext, Type sourceType ) : bool
typeDescriptorContext ITypeDescriptorContext
sourceType System.Type
리턴 bool

CanConvertTo() 공개 메소드

public CanConvertTo ( ITypeDescriptorContext typeDescriptorContext, Type destinationType ) : bool
typeDescriptorContext ITypeDescriptorContext
destinationType System.Type
리턴 bool

ConvertFrom() 공개 메소드

public ConvertFrom ( ITypeDescriptorContext typeDescriptorContext, CultureInfo cultureInfo, object source ) : object
typeDescriptorContext ITypeDescriptorContext
cultureInfo System.Globalization.CultureInfo
source object
리턴 object