C# 클래스 Tiraggo.DynamicQuery.tgExtraPropertyBinder

상속: IValueConverter
파일 보기 프로젝트 열기: BrewDawg/Tiraggo

공개 메소드들

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

Converts values on their way to the UI for display

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

Converts values on their way back from the UI to the backend.

tgExtraPropertyBinder ( ) : System

메소드 상세

Convert() 공개 메소드

Converts values on their way to the UI for display
public Convert ( object value, Type targetType, object parameter, System culture ) : object
value object The value to be formatted
targetType System.Type The target type of the conversion
parameter object A format string to be used in the /// formatting of the value
culture System The culture to use for formatting
리턴 object

ConvertBack() 공개 메소드

Converts values on their way back from the UI to the backend.
public ConvertBack ( object value, Type targetType, object parameter, System culture ) : object
value object The value to be formatted
targetType System.Type The target type of the conversion
parameter object A format string to be used in the /// formatting of the value
culture System The culture to use for formatting
리턴 object

tgExtraPropertyBinder() 공개 메소드

public tgExtraPropertyBinder ( ) : System
리턴 System