C# Класс Telerik.TestStudio.Jira.BugTracking.SelectedProjectToBoolConverter

Converter used to drive IsDefault property of the GetProjects button and the Done button. If no project is currently selected IsDefault of the GetProjects button is set to true (the Enter key activates it) while the Done button is set to false. Once the user selects a project the default switches from the GetProjects button to the Done button.
Наследование: IValueConverter
Показать файл Открыть проект

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

Метод Описание
Convert ( object value, Type targetType, object CheckSelectedIsEmpty, CultureInfo culture ) : object
ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object

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

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

public Convert ( object value, Type targetType, object CheckSelectedIsEmpty, CultureInfo culture ) : object
value object
targetType System.Type
CheckSelectedIsEmpty object
culture System.Globalization.CultureInfo
Результат object

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

public ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object
targetType System.Type
parameter object
culture System.Globalization.CultureInfo
Результат object