Click or drag to resize

BaseActions Methods

The BaseActions type exposes the following members.

Methods
 NameDescription
Public methodArrayGroupBy 
Public methodArrayIndexOfBy(IList, String, Object) 
Public methodArrayIndexOfBy(IList, String, Object, Int32) 
Public methodArrayIndexOfOrderedBy 
Public methodArrayKeepOneForEach 
Public methodArrayLastIndexOfBy(IList, String, Object) 
Public methodArrayLastIndexOfBy(IList, String, Object, Int32) 
Public methodArrayOrderAscendingBy 
Public methodArrayOrderDescendingBy 
Public methodCustom 
Public methodFailAssertion 
Public methodGetAction Gets the action with the given name.
Public methodGetFunctionDefinition Retrieve a function definition.
Public methodGetMatchClass Gets the filterer of the match class with the given name.
Public methodGetProcedureDefinition Retrieve a procedure definition.
Public methodGetSequenceDefinition Retrieve a graph rewrite sequence definition.
Public methodRegisterGraphRewriteSequenceDefinition 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.
Top
See Also