C# Класс Tiraggo.DynamicQuery.tgExtraPropertyBinder

Наследование: IValueConverter
Показать файл Открыть проект

Открытые методы

Метод Описание
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