BaseActions Methods |
The BaseActions type exposes the following members.
| Name | Description | |
|---|---|---|
| ArrayGroupBy | ||
| ArrayIndexOfBy(IList, String, Object) | ||
| ArrayIndexOfBy(IList, String, Object, Int32) | ||
| ArrayIndexOfOrderedBy | ||
| ArrayKeepOneForEach | ||
| ArrayLastIndexOfBy(IList, String, Object) | ||
| ArrayLastIndexOfBy(IList, String, Object, Int32) | ||
| ArrayOrderAscendingBy | ||
| ArrayOrderDescendingBy | ||
| Custom | ||
| FailAssertion | ||
| 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.
| |
| RegisterGraphRewriteSequenceDefinition |
Register a graph rewrite sequence definition.
An interpreted sequence can be overwritten by a new one of the same name and signature.
A compiled sequence is fixed, an exception is thrown if you try to set a sequence of the same name.
|