Property | Type | Description | |
---|---|---|---|
Direction | SortType | ||
Property | string |
Method | Description | |
---|---|---|
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. |
return | 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. |
return | System |