C# Class CASE.Navis2BCF.Converters.IssueConverter

Converter used on Navis2BCFWin.xaml to output a friendly button label depanding on the number of issues the are going to be saved in the BCF report
Inheritance: IValueConverter
Afficher le fichier Open project: WeConnect/case-apps

Méthodes publiques

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

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

ConvertBack() public méthode

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