C# Class IdeaBlade.Windows.SortDescriptor

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

Méthodes publiques

Méthode Description
Initialize ( FrameworkElement elementContext, CultureInfo culture ) : void

Initialize parameters.

SortDescriptor ( ) : System.ComponentModel

Create an instance of this class.

SortDescriptor ( string propertyPath, ListSortDirection direction ) : System.ComponentModel

Create an instance of this class.

ToSortDescription ( ) : System.ComponentModel.SortDescription

Return a SortDescription 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

Initialize() public méthode

Initialize 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

SortDescriptor() public méthode

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

SortDescriptor() public méthode

Create an instance of this class.
public SortDescriptor ( string propertyPath, ListSortDirection direction ) : System.ComponentModel
propertyPath string
direction ListSortDirection
Résultat System.ComponentModel

ToSortDescription() public méthode

Return a SortDescription from this instance.
public ToSortDescription ( ) : System.ComponentModel.SortDescription
Résultat System.ComponentModel.SortDescription