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

Inheritance: System.Windows.DependencyObject, IValueConverter
Afficher le fichier Open project: sillsdev/cog

Méthodes publiques

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

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

ConvertBack() public méthode

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

SwitchConverter() public méthode

public SwitchConverter ( ) : System
Résultat System