Click or drag to resize
ExecutorSetupInformation Properties

The ExecutorSetupInformation type exposes the following members.

Properties
  NameDescription
Public propertyCompileExpression
True to Cache the expression otherwise false
Public propertyEvalCacheContextName
Name that is used for caching the compiled expression ()
Public propertyMultilingualMessages
Repository that stores message templates for different languages and will be used for translation of messages during execution
Public propertyPrivateBinPaths
List of directories that are probed for private assemblies.
Public propertyReferenceRules
Reference RuleSet in the current executor and engine
Public propertyRetainLocalParameters
By default all the local parameters will be removed from context, you can manage this behaviour by this
Public propertyRootFolder
Base location to be used to root location to load models
Public propertyTypeIdRegistry
TypeId registry to define identifier for types
Public propertyTypeSafe
Checks for the type of input and output parameters.
Top
See Also