| ExecutorSetupInformation Class |
Namespace: FlexRule
[SerializableAttribute] public class ExecutorSetupInformation
The ExecutorSetupInformation type exposes the following members.
| Name | Description | |
|---|---|---|
| ExecutorSetupInformation |
Default constructor
|
| Name | Description | |
|---|---|---|
| CompileExpression |
True to Cache the expression otherwise false
| |
| EvalCacheContextName |
Name that is used for caching the compiled expression ()
| |
| MultilingualMessages |
Repository that stores message templates for different languages and will be used for translation of messages during execution
| |
| PrivateBinPaths |
List of directories that are probed for private assemblies.
| |
| ReferenceRules |
Reference RuleSet in the current executor and engine
| |
| RetainLocalParameters |
By default all the local parameters will be removed from context, you can manage this behaviour by this
| |
| RootFolder |
Base location to be used to root location to load models
| |
| TypeIdRegistry |
TypeId registry to define identifier for types
| |
| TypeSafe |
Checks for the type of input and output parameters.
|
| Name | Description | |
|---|---|---|
| AddAssemblyPrivateLocation |
Adds a path to list of directories that are probed for private assemblies.
| |
| CopyFrom |
| Name | Description | |
|---|---|---|
| GetPrivateBinPaths | (Defined by ExecutorSetupInformationExtensions.) | |
| IsMonadParameterReference | (Defined by MonadParameterReferenceExtension.) |