C# Класс Talifun.Commander.UI.EnumToFriendlyNameConverter

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

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

Метод Описание
Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object

Convert value for binding from source object

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

ConvertBack value from binding back to source object

Описание методов

Convert() публичный Метод

Convert value for binding from source object
public Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object
targetType System.Type
parameter object
culture System.Globalization.CultureInfo
Результат object

ConvertBack() публичный Метод

ConvertBack value from binding back to source object
public ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object
targetType System.Type
parameter object
culture System.Globalization.CultureInfo
Результат object