C# Class IdeaBlade.Windows.SortDescriptor

Inheritance: INotifyPropertyChanged
Mostra file Open project: IdeaBlade/DevForce.Utilities

Public Methods

Method 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.

Protected Methods

Method Description
OnPropertyChanged ( string propertyName ) : void

Private Methods

Method Description
PropertyPath_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Method Details

Initialize() public method

Initialize parameters.
public Initialize ( FrameworkElement elementContext, CultureInfo culture ) : void
elementContext System.Windows.FrameworkElement
culture System.Globalization.CultureInfo
return void

OnPropertyChanged() protected method

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
return void

SortDescriptor() public method

Create an instance of this class.
public SortDescriptor ( ) : System.ComponentModel
return System.ComponentModel

SortDescriptor() public method

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

ToSortDescription() public method

Return a SortDescription from this instance.
public ToSortDescription ( ) : System.ComponentModel.SortDescription
return System.ComponentModel.SortDescription