C# Класс IdeaBlade.Windows.SortDescriptor

Наследование: INotifyPropertyChanged
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
OnPropertyChanged ( string propertyName ) : void

Приватные методы

Метод Описание
PropertyPath_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Описание методов

Initialize() публичный Метод

Initialize parameters.
public Initialize ( FrameworkElement elementContext, CultureInfo culture ) : void
elementContext System.Windows.FrameworkElement
culture System.Globalization.CultureInfo
Результат void

OnPropertyChanged() защищенный Метод

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
Результат void

SortDescriptor() публичный Метод

Create an instance of this class.
public SortDescriptor ( ) : System.ComponentModel
Результат System.ComponentModel

SortDescriptor() публичный Метод

Create an instance of this class.
public SortDescriptor ( string propertyPath, ListSortDirection direction ) : System.ComponentModel
propertyPath string
direction ListSortDirection
Результат System.ComponentModel

ToSortDescription() публичный Метод

Return a SortDescription from this instance.
public ToSortDescription ( ) : System.ComponentModel.SortDescription
Результат System.ComponentModel.SortDescription