Property RegisteredActions
- Namespace
- RuleWright.Execution
- Assembly
- RuleWright.Execution.dll
RegisteredActions
The names of the custom action types registered on this engine, sorted ordinally. A rule document may use these in addition to the built-in action types listed in ActionTypes.
public IReadOnlyList<string> RegisteredActions { get; }