C# 클래스 Signum.Windows.DoubleListConverter

상속: IMultiValueConverter
파일 보기 프로젝트 열기: signumsoftware/framework 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Instance DoubleListConverter

공개 메소드들

메소드 설명
CleanErrorMessage ( System.Windows.Controls.ValidationError error ) : string
Convert ( object values, Type targetType, object parameter, CultureInfo culture ) : object
ConvertBack ( object value, Type targetTypes, object parameter, CultureInfo culture ) : object[]

메소드 상세

CleanErrorMessage() 공개 정적인 메소드

public static CleanErrorMessage ( System.Windows.Controls.ValidationError error ) : string
error System.Windows.Controls.ValidationError
리턴 string

Convert() 공개 메소드

public Convert ( object values, Type targetType, object parameter, CultureInfo culture ) : object
values object
targetType System.Type
parameter object
culture System.Globalization.CultureInfo
리턴 object

ConvertBack() 공개 메소드

public ConvertBack ( object value, Type targetTypes, object parameter, CultureInfo culture ) : object[]
value object
targetTypes System.Type
parameter object
culture System.Globalization.CultureInfo
리턴 object[]

프로퍼티 상세

Instance 공개적으로 정적으로 프로퍼티

public static DoubleListConverter,Signum.Windows Instance
리턴 DoubleListConverter