Method | Description | |
---|---|---|
Initialize ( |
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.
|
Method | Description | |
---|---|---|
OnPropertyChanged ( string propertyName ) : void |
|
Method | Description | |
---|---|---|
PropertyPath_PropertyChanged ( object sender, |
public Initialize ( |
||
elementContext | ||
culture | ||
return | void |
protected OnPropertyChanged ( string propertyName ) : void | ||
propertyName | string | |
return | void |
public SortDescriptor ( ) : System.ComponentModel | ||
return | System.ComponentModel |
public SortDescriptor ( string propertyPath, ListSortDirection direction ) : System.ComponentModel | ||
propertyPath | string | |
direction | ListSortDirection | |
return | System.ComponentModel |
public ToSortDescription ( ) : System.ComponentModel.SortDescription | ||
return | System.ComponentModel.SortDescription |