C# Class CmisSync.CmisTree.LoadingStatusToTextConverter

Inheritance: IValueConverter
ファイルを表示 Open project: OpenDataSpace/CmisSync

Public Methods

Method Description
Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object

Converts the LoadingStatus to a translated string

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

Not supported

Method Details

Convert() public method

Converts the LoadingStatus to a translated string
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

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