Difference between revisions of "ExtensionsPlus.CorePlus.ListReverse"

From emotive
Jump to navigation Jump to search
 
Line 1: Line 1:
[[Category:CorePlus]]
+
{{DISPLAYTITLE:'''ListReverse '''}}[[Category:CorePlus]]
 
== Classification ==
 
== Classification ==
{{ClassificationActivity | ListReverse | Reverse a list | [[Action]] | [[CorePlus|OTX CorePlus Extension]] | - | [[InvalidReferenceException]] | - | StandardCompliant=No}}
+
{{ClassificationActivity | ListReverse | Reverse a list | [[Action]] | [[ExtensionsPlus.CorePlus|OTX CorePlus Extension]] | - | [[Core.Actions.Throw.Exception.InvalidReferenceException|InvalidReferenceException]] | - | StandardCompliant=No}}
  
 
== Description ==
 
== Description ==
Line 9: Line 9:
 
{| {{TableHeader}}
 
{| {{TableHeader}}
 
{{TableRowPropertiesHeader}}
 
{{TableRowPropertiesHeader}}
{{TableRowPropertie1| List | [[List]] | [[Term]] | - | [1] | Represents the List which to be reversed.}}
+
{{TableRowPropertie1| List | [[Core.DataTypes.ComplexDataType.ContainerDataType.List|List]] | [[Term]] | - | [1] | Represents the List which to be reversed.}}
 
|}
 
|}
  
 
== See also ==
 
== See also ==
[[ListSort]]
+
[[ExtensionsPlus.CorePlus.ListSort|ListSort]]

Latest revision as of 09:33, 16 February 2016

Classification

Name ListReverse
Short Description Reverse a list
Class Action
Extension OTX CorePlus Extension
Group -
Exceptions InvalidReferenceException
Checker Rules -
Standard Compliant No

Description

The ListReverse actin reverses the oder of the elements in the specified range.

Properties

Name Data Type Class Default Cardinality Description
List List Term - [1] Represents the List which to be reversed.

See also

ListSort