C# Class CmisSync.CmisTree.IgnoreStatusToTextConverter

Inheritance: IValueConverter
Afficher le fichier Open project: OpenDataSpace/CmisSync

Méthodes publiques

Méthode Description
Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object

Converts the given ignore status into a text message

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

Is not supported

Method Details

Convert() public méthode

Converts the given ignore status into a text message
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

Is not supported
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