C# Class Zetbox.Client.WPF.Toolkit.WpfSortHelper

Inheritance: System.Windows.DependencyObject
Afficher le fichier Open project: daszat/zetbox

Méthodes publiques

Свойство Type Description
SortPropertyNameProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
ApplyInitialSortTemplates ( DependencyObject column ) : void
ApplySort ( DependencyObject currentColum ) : void
GetSortPropertyName ( DependencyObject obj ) : string
SetSortPropertyName ( DependencyObject obj, string value ) : void
WpfSortHelper ( FrameworkElement parent, ISortableViewModel viewModel, DataTemplate>.Action setHeaderTemplate ) : System

Private Methods

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

Method Details

ApplyInitialSortTemplates() public méthode

public ApplyInitialSortTemplates ( DependencyObject column ) : void
column System.Windows.DependencyObject
Résultat void

ApplySort() public méthode

public ApplySort ( DependencyObject currentColum ) : void
currentColum System.Windows.DependencyObject
Résultat void

GetSortPropertyName() public static méthode

public static GetSortPropertyName ( DependencyObject obj ) : string
obj System.Windows.DependencyObject
Résultat string

SetSortPropertyName() public static méthode

public static SetSortPropertyName ( DependencyObject obj, string value ) : void
obj System.Windows.DependencyObject
value string
Résultat void

WpfSortHelper() public méthode

public WpfSortHelper ( FrameworkElement parent, ISortableViewModel viewModel, DataTemplate>.Action setHeaderTemplate ) : System
parent System.Windows.FrameworkElement
viewModel ISortableViewModel
setHeaderTemplate DataTemplate>.Action
Résultat System

Property Details

SortPropertyNameProperty public_oe static_oe property

public static DependencyProperty,System.Windows SortPropertyNameProperty
Résultat System.Windows.DependencyProperty