C# 클래스 Talifun.Commander.UI.EnumToFriendlyNameConverter

상속: IValueConverter
파일 보기 프로젝트 열기: taliesins/talifun-commander

공개 메소드들

메소드 설명
Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object

Convert value for binding from source object

ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object

ConvertBack value from binding back to source object

메소드 상세

Convert() 공개 메소드

Convert value for binding from source object
public Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object
targetType System.Type
parameter object
culture System.Globalization.CultureInfo
리턴 object

ConvertBack() 공개 메소드

ConvertBack value from binding back to source object
public ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object
targetType System.Type
parameter object
culture System.Globalization.CultureInfo
리턴 object