C# Class SIL.Cog.Presentation.Converters.SwitchConverter

Inheritance: System.Windows.DependencyObject, IValueConverter
Mostra file Open project: sillsdev/cog

Public Methods

Method Description
Convert ( object o, Type targetType, object parameter, CultureInfo culture ) : object
ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object
SwitchConverter ( ) : System

Method Details

Convert() public method

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

ConvertBack() public method

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

SwitchConverter() public method

public SwitchConverter ( ) : System
return System