Table of Contents

Property RegisteredFunctions

Namespace
RuleWright.Execution
Assembly
RuleWright.Execution.dll

RegisteredFunctions

The names of the custom functions registered on this engine, sorted ordinally. Together with the built-in vocabulary in RuleSchemaCatalog, this is the full set of authoring choices a rule-builder UI can offer against this engine — the one part of the vocabulary that varies per configuration.

public IReadOnlyList<string> RegisteredFunctions { get; }

Property Value

IReadOnlyList<string>