C# Class CmisSync.CmisTree.InvalidPatternConverter

Inheritance: IValueConverter
Show file Open project: OpenDataSpace/CmisSync

Public Methods

Method 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 method

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
return object

ConvertBack() public method

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