C# Класс CASE.Navis2BCF.Converters.VisibConverter

Converter used on Navis2BCFWin.xaml to enalbe/disable a button depending if there are or not issues in the listview to be saved in the BCF file
Наследование: IValueConverter
Показать файл Открыть проект

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

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

Convert

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

Convert Back

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

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

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

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

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