List of SortOrder methods: Difference between revisions
Jump to navigation
Jump to search
m (Changed protection level for "List of SortOrder methods" ([edit=autoconfirmed] (indefinite) [move=autoconfirmed] (indefinite))) |
m (Automatically generated page update) |
||
Line 1: | Line 1: | ||
<!-- This page was automatically generated and will be automatically | |||
replaced, so any manual edits will be lost. You've been warned. --> | |||
The following are the available <var>[[SortOrder class|SortOrder]]</var> class methods. | |||
{{Template:Method list header|class=SortOrder}} | |||
<div class="showVisit"> | <div class="showVisit"> | ||
<table class="wikitable"> | |||
<tr><th>Method</th><th>Description</th></tr> | |||
<tr><td valign="top">[[Ascending (SortOrder function)|Ascending]]</td><td valign="top">Create a new ascending SortOrder</td></tr> | |||
<tr><td valign="top">[[Descending (SortOrder function)|Descending]]</td><td valign="top">Create a new descending SortOrder</td></tr> | |||
< | <tr><td valign="top">[[List (SortOrder function)|List]]</td><td valign="top">Create a composite SortOrder</td></tr> | ||
<tr><td valign="top">[[New (SortOrder constructor)|New]]</td><td valign="top">Create a new, null SortOrder</td></tr> | |||
</table> | |||
</ | |||
< | |||
[[ | |||
</div> | </div> | ||
==See also== | |||
<table class="list"><tr> | |||
<td valign="top"><ul style="margin-top:0px;"> | |||
<li>[[SortOrder class]] | |||
</ul></td> | |||
<td valign="top"><ul style="margin-top:0px;"> | |||
<li>[[SortOrder methods syntax]] | |||
</ul></td> | |||
</tr> | |||
</table> |
Revision as of 17:38, 27 June 2011
The following are the available SortOrder class methods.
Method | Description |
---|---|
Ascending | Create a new ascending SortOrder |
Descending | Create a new descending SortOrder |
List | Create a composite SortOrder |
New | Create a new, null SortOrder |