IActions Methods |
The IActions type exposes the following members.
| Name | Description | |
|---|---|---|
| ArrayGroupBy |
Groups the array alongside the values in the given member.
The array must be of match type, of a match of one of the actions in this actions object
or one of the match classes in this actions object.
| |
| ArrayIndexOfBy(IList, String, Object) |
Searches the array for the given value in the given member.
The array must be of match or match class type of this actions object.
| |
| ArrayIndexOfBy(IList, String, Object, Int32) |
Searches the array for the given value in the given member.
The array must be of match or match class type of this actions object.
| |
| ArrayIndexOfOrderedBy |
Searches the array for the given value in the given member.
The array must be of a match or match class type of this actions object.
The array must be ordered alongside the member.
| |
| ArrayKeepOneForEach |
Keeps the array members with distinct values in the given member / removes duplicates.
The array must be of match type, of a match of one of the actions in this actions object,
or one of the match classes in this actions object.
| |
| ArrayLastIndexOfBy(IList, String, Object) |
Searches the array for the given value in the given member from back to front.
The array must be of match or match class type of this actions object.
| |
| ArrayLastIndexOfBy(IList, String, Object, Int32) |
Searches the array for the given value in the given member from back to front.
The array must be of match or match class type of this actions object.
| |
| ArrayOrderAscendingBy |
Orders the array ascendingly alongside the values in the given member.
The array must be of match type, of a match of one of the actions in this actions object,
or one of the match classes in this actions object.
| |
| ArrayOrderDescendingBy |
Orders the array descendingly alongside the values in the given member.
The array must be of match type, of a match of one of the actions in this actions object,
or one of the match classes in this actions object.
| |
| Custom |
Does action-backend dependent stuff.
| |
| FailAssertion |
Debugging helper. Fails in a debug build with an assertion.
| |
| GetAction |
Gets the action with the given name.
| |
| GetFunctionDefinition |
Retrieve a function definition.
| |
| GetMatchClass |
Gets the filterer of the match class with the given name.
| |
| GetProcedureDefinition |
Retrieve a procedure definition.
| |
| GetSequenceDefinition |
Retrieve a graph rewrite sequence definition.
|