Click or drag to resize
ValidatorExecutorSetupInformation Class
Inheritance Hierarchy
SystemObject
  FlexRuleExecutorSetupInformation
    FlexRule.ValidationValidatorExecutorSetupInformation

Namespace: FlexRule.Validation
Assembly: FlexRule.Validation (in FlexRule.Validation.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public class ValidatorExecutorSetupInformation : ExecutorSetupInformation

The ValidatorExecutorSetupInformation type exposes the following members.

Constructors
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
Methods
  NameDescription
Public methodAddAssemblyPrivateLocation
Adds a path to list of directories that are probed for private assemblies.
(Inherited from ExecutorSetupInformation.)
Public methodCopyFrom (Inherited from ExecutorSetupInformation.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
Extension Methods
See Also