C# 클래스 Zetbox.Client.WPF.Toolkit.WpfSortHelper

상속: System.Windows.DependencyObject
파일 보기 프로젝트 열기: daszat/zetbox

공개 프로퍼티들

프로퍼티 타입 설명
SortPropertyNameProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
ApplyHeaderTemplate ( ) : void
_viewModel_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

메소드 상세

ApplyInitialSortTemplates() 공개 메소드

public ApplyInitialSortTemplates ( DependencyObject column ) : void
column System.Windows.DependencyObject
리턴 void

ApplySort() 공개 메소드

public ApplySort ( DependencyObject currentColum ) : void
currentColum System.Windows.DependencyObject
리턴 void

GetSortPropertyName() 공개 정적인 메소드

public static GetSortPropertyName ( DependencyObject obj ) : string
obj System.Windows.DependencyObject
리턴 string

SetSortPropertyName() 공개 정적인 메소드

public static SetSortPropertyName ( DependencyObject obj, string value ) : void
obj System.Windows.DependencyObject
value string
리턴 void

WpfSortHelper() 공개 메소드

public WpfSortHelper ( FrameworkElement parent, ISortableViewModel viewModel, DataTemplate>.Action setHeaderTemplate ) : System
parent System.Windows.FrameworkElement
viewModel ISortableViewModel
setHeaderTemplate DataTemplate>.Action
리턴 System

프로퍼티 상세

SortPropertyNameProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows SortPropertyNameProperty
리턴 System.Windows.DependencyProperty