C# 클래스 Gu.Wpf.PropertyGrid.RowDefinitionsConverter

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

공개 메소드들

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

메소드 상세

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