Property ValueFunctionCatalog
- Namespace
- RuleWright.Execution
- Assembly
- RuleWright.Execution.dll
ValueFunctionCatalog
Discovery metadata for the call value functions registered on this engine, in the
same order as RegisteredValueFunctions. Functions that don't implement
IRuleValueFunctionMetadata appear with a null description and no declared
operand count.
public IReadOnlyList<RuleValueFunctionDescriptor> ValueFunctionCatalog { get; }