C# Class JustAProgrammer.TeamPilgrim.VisualStudio.Common.Converters.ChangeTypeDescriptionConverter

Inheritance: IValueConverter
Afficher le fichier Open project: StanleyGoldman/TeamPilgrim

Méthodes publiques

Méthode Description
Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object
ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object
GetChangeTypeDescription ( ChangeType changeType, string changeTypeName ) : string

Method Details

Convert() public méthode

public Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object
targetType System.Type
parameter object
culture System.Globalization.CultureInfo
Résultat object

ConvertBack() public méthode

public ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object
targetType System.Type
parameter object
culture System.Globalization.CultureInfo
Résultat object

GetChangeTypeDescription() public static méthode

public static GetChangeTypeDescription ( ChangeType changeType, string changeTypeName ) : string
changeType ChangeType
changeTypeName string
Résultat string