C# Class CK.WPF.Controls.ValueConverterGroup

Inheritance: IValueConverter
Datei anzeigen Open project: Invenietis/ck-certified

Public Methods

Method Description
ValueConverterGroup ( ) : System

Protected Methods

Method Description
GetTargetType ( int converterIndex, Type finalTargetType, bool convert ) : Type

Returns the target type for a conversion operation.

Private Methods

Method Description
IValueConverter ( object value, Type targetType, object parameter, CultureInfo culture ) : object
OnConvertersCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void

Method Details

GetTargetType() protected method

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.
return System.Type

ValueConverterGroup() public method

public ValueConverterGroup ( ) : System
return System