C# Класс CK.WPF.Controls.ValueConverterGroup

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

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

Метод Описание
ValueConverterGroup ( ) : System

Защищенные методы

Метод Описание
GetTargetType ( int converterIndex, Type finalTargetType, bool convert ) : Type

Returns the target type for a conversion operation.

Приватные методы

Метод Описание
IValueConverter ( object value, Type targetType, object parameter, CultureInfo culture ) : object
OnConvertersCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void

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

GetTargetType() защищенный Метод

Returns the target type for a conversion operation.
protected GetTargetType ( int converterIndex, Type finalTargetType, bool convert ) : Type
converterIndex int The index of the current converter about to be executed.
finalTargetType System.Type The 'targetType' argument passed into the conversion method.
convert bool Pass true if calling from the Convert method, or false if calling from ConvertBack.
Результат System.Type

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

public ValueConverterGroup ( ) : System
Результат System