C# Class Tiraggo.DynamicQuery.tgExtraPropertyBinder

Inheritance: IValueConverter
Afficher le fichier Open project: BrewDawg/Tiraggo

Méthodes publiques

Méthode 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 méthode

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
Résultat object

ConvertBack() public méthode

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
Résultat object

tgExtraPropertyBinder() public méthode

public tgExtraPropertyBinder ( ) : System
Résultat System