C# Class IdeaBlade.Windows.GroupDescriptor

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: IdeaBlade/DevForce.Utilities

Méthodes publiques

Méthode Description
GroupDescriptor ( ) : System.ComponentModel

Create an instance of this class.

GroupDescriptor ( string propertyPath ) : System.ComponentModel

Create an instance of this class.

Initialize ( FrameworkElement elementContext, CultureInfo culture ) : void

Called to initialize any parameters.

ToGroupDescription ( ) : System.ComponentModel.GroupDescription

Return a PropertyGroupDescription from this instance.

Méthodes protégées

Méthode Description
OnPropertyChanged ( string propertyName ) : void

Private Methods

Méthode Description
PropertyPath_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Method Details

GroupDescriptor() public méthode

Create an instance of this class.
public GroupDescriptor ( ) : System.ComponentModel
Résultat System.ComponentModel

GroupDescriptor() public méthode

Create an instance of this class.
public GroupDescriptor ( string propertyPath ) : System.ComponentModel
propertyPath string
Résultat System.ComponentModel

Initialize() public méthode

Called to initialize any parameters.
public Initialize ( FrameworkElement elementContext, CultureInfo culture ) : void
elementContext System.Windows.FrameworkElement
culture System.Globalization.CultureInfo
Résultat void

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
Résultat void

ToGroupDescription() public méthode

Return a PropertyGroupDescription from this instance.
public ToGroupDescription ( ) : System.ComponentModel.GroupDescription
Résultat System.ComponentModel.GroupDescription