Property FunctionCatalog
- Namespace
- RuleWright.Execution
- Assembly
- RuleWright.Execution.dll
FunctionCatalog
Discovery metadata for the custom functions registered on this engine, in the same
order as RegisteredFunctions. Functions that don't implement
IRuleFunctionMetadata appear with a null description and
Unspecified.
public IReadOnlyList<RuleFunctionDescriptor> FunctionCatalog { get; }