Click or drag to resize
ValidatorExecutorSetupInformation Properties

The ValidatorExecutorSetupInformation type exposes the following members.

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