C# Класс CmisSync.CmisTree.InvalidPatternConverter

Наследование: IValueConverter
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Convert() публичный Метод

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
Результат object

ConvertBack() публичный Метод

Not implemented, throws NotImplementedException
public ConvertBack ( object value, Type targetType, object parameter, System culture ) : object
value object
targetType System.Type
parameter object
culture System
Результат object