C# Class At.FF.Krems.Utils.WPF.Converters.DateTimeToVisibilityConverter

Inheritance: IValueConverter
Mostrar archivo Open project: Grisu-NOE/Infoscreen

Public Methods

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

Converts the specified value.

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

Converts the back.

Method Details

Convert() public method

Converts the specified value.
The target must be a visibility enumerator
public Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object The value.
targetType System.Type Type of the target.
parameter object The parameter.
culture System.Globalization.CultureInfo The culture.
return object

ConvertBack() public method

Converts the back.
Cannot convert back
public ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object The value.
targetType System.Type Type of the target.
parameter object The parameter.
culture System.Globalization.CultureInfo The culture.
return object