Click or drag to resize
ExecutorSetupInformation Class
Configuration information for an engine's executor
Inheritance Hierarchy

Namespace: FlexRule
Assembly: FlexRule.Core.Element (in FlexRule.Core.Element.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
[SerializableAttribute]
public class ExecutorSetupInformation

The ExecutorSetupInformation type exposes the following members.

Constructors
  NameDescription
Public methodExecutorSetupInformation
Default constructor
Top
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
Methods
  NameDescription
Public methodAddAssemblyPrivateLocation
Adds a path to list of directories that are probed for private assemblies.
Public methodCopyFrom
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
Extension Methods
See Also