C# Class CmisSync.CmisTree.InvalidPatternConverter

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

Méthodes publiques

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

Converts the given bool into the FontStyle italic, if it is true

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

Not implemented, throws NotImplementedException

Method Details

Convert() public méthode

Converts the given bool into the FontStyle italic, if it is true
public Convert ( object value, Type targetType, object parameter, System culture ) : object
value object Is an invalid pattern found
targetType System.Type FontStyle
parameter object parameter is ignored
culture System Culture will be ignored
Résultat object

ConvertBack() public méthode

Not implemented, throws NotImplementedException
public ConvertBack ( object value, Type targetType, object parameter, System culture ) : object
value object
targetType System.Type
parameter object
culture System
Résultat object