Свойство | Тип | Описание | |
---|---|---|---|
Direction | SortType | ||
Property | string |
Метод | Описание | |
---|---|---|
SortOrder ( string property ) : System |
A simple class that holds a single sort criterion. This constructor constructs one with an "ascending" sort.
|
|
SortOrder ( string property, SortType direction ) : System |
A simple class that holds a single sort criterion.
|
|
ToString ( ) : string |
Returns a T:System.String that represents the current T:System.Object.
|
public SortOrder ( string property ) : System | ||
property | string | The data class' property to sort on. |
Результат | System |
public SortOrder ( string property, SortType direction ) : System | ||
property | string | The data class' property to sort on. |
direction | SortType | The direction to sort based on the Property. |
Результат | System |