C# Class Tiraggo.DynamicQuery.tgExtraPropertyBinder

Inheritance: IValueConverter
ファイルを表示 Open project: BrewDawg/Tiraggo

Public Methods

Method Description
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

Method Details

Convert() public method

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
return object

ConvertBack() public method

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
return object

tgExtraPropertyBinder() public method

public tgExtraPropertyBinder ( ) : System
return System