C# Class 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
Inheritance: IValueConverter
Show file Open project: WeConnect/case-apps

Public Methods

Method Description
Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object

Convert

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

Convert Back

Method Details

Convert() public method

Convert
public Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object
targetType System.Type
parameter object
culture System.Globalization.CultureInfo
return object

ConvertBack() public method

Convert Back
public ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object
targetType System.Type
parameter object
culture System.Globalization.CultureInfo
return object