C# Class CmisSync.CmisTree.IgnoreStatusToTextConverter

Inheritance: IValueConverter
Show file Open project: OpenDataSpace/CmisSync

Public Methods

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

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

ConvertBack() public method

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