C# Класс Orc.FilterBuilder.Converters.TriggerConverter

Workaround class for bug with non-evaluating commands with command parameters: http://stackoverflow.com/questions/335849/wpf-commandparameter-is-null-first-time-canexecute-is-called
Наследование: IMultiValueConverter
Показать файл Открыть проект

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

Метод Описание
Convert ( object values, Type targetType, object parameter, System culture ) : object
ConvertBack ( object value, Type targetTypes, object parameter, System culture ) : object[]

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

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

public Convert ( object values, Type targetType, object parameter, System culture ) : object
values object
targetType System.Type
parameter object
culture System
Результат object

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

public ConvertBack ( object value, Type targetTypes, object parameter, System culture ) : object[]
value object
targetTypes System.Type
parameter object
culture System
Результат object[]