C# Class Glass.Basics.Converters.Designer.ValueConverterGroup

Inheritance: IValueConverter
Afficher le fichier Open project: SuperJMN/Glass

Méthodes publiques

Méthode Description
ValueConverterGroup ( ) : System

Méthodes protégées

Méthode Description
GetTargetType ( int converterIndex, Type finalTargetType, bool convert ) : Type

Returns the target type for a conversion operation.

Private Methods

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

Method Details

GetTargetType() protected méthode

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.
Résultat System.Type

ValueConverterGroup() public méthode

public ValueConverterGroup ( ) : System
Résultat System