List of SortOrder methods: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
m (Automatically generated page update)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<!-- This page was automatically generated and will be automatically
<!-- This page was automatically generated and will be automatically
     replaced, so any manual edits will be lost. You've been warned. -->
     replaced, so any manual edits will be lost. You've been warned. -->
The following are the available [[SortOrder class]] methods.
The following are the available <var>[[SortOrder class|SortOrder]]</var> class methods.
{{Template:Method list header|class=SortOrder}}
{{Template:Method list header|class=SortOrder}}
<div class="showVisit">
<table class="wikitable">
<table class="wikitable">
<tr><th>Method</th><th>Description</th></tr>
<tr><th>Method</th><th>Description</th></tr>
Line 10: Line 11:
<tr><td valign="top">[[New (SortOrder constructor)|New]]</td><td valign="top">Create a new, null SortOrder</td></tr>
<tr><td valign="top">[[New (SortOrder constructor)|New]]</td><td valign="top">Create a new, null SortOrder</td></tr>
</table>
</table>
</div>
==See also==
==See also==
<table class="list"><tr>
<table class="list"><tr>
Line 20: Line 22:
</tr>
</tr>
</table>
</table>
[[Category:Lists of methods]]

Latest revision as of 20:33, 1 November 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