List of SortOrder methods: Difference between revisions

From m204wiki
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">
The following are the available [[SortOrder class]] methods.
<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>
See [[Notation conventions for methods]] for information about the conventions followed in the method descriptions.
<tr><td valign="top">[[Descending (SortOrder function)|Descending]]</td><td valign="top">Create a new descending SortOrder</td></tr>
<dpl>
<tr><td valign="top">[[List (SortOrder function)|List]]</td><td valign="top">Create a composite SortOrder</td></tr>
category = SortOrder_methods
<tr><td valign="top">[[New (SortOrder constructor)|New]]</td><td valign="top">Create a new, null SortOrder</td></tr>
include = dpl_desc
</table>
replaceintitle=/\(\S+\s(.+)\)/,$1
table =,Method,Description
</dpl>
<!--  replaceintitle=/\(\S+\s(.+)\)/,$1
replaceintitle=/\(\w+ (.+)\)/,$1
replaceintitle=/\(.+\)/,
-->
 
[[Category:SortOrder methods]]
 
</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.

MethodDescription
AscendingCreate a new ascending SortOrder
DescendingCreate a new descending SortOrder
ListCreate a composite SortOrder
NewCreate a new, null SortOrder

See also