RuleEngine Class

Definition

Used to perform RuleSet evaluation.

public ref class RuleEngine
public class RuleEngine
type RuleEngine = class
Public Class RuleEngine
Inheritance
RuleEngine

Constructors

RuleEngine(RuleSet, RuleValidation)

Initializes a new instance of the RuleEngine class with a RuleSet to evaluate using RuleValidation.

RuleEngine(RuleSet, Type)

Initializes a new instance of the RuleEngine class with a RuleSet to evaluate and a rule type to create a new instance of RuleValidation(Type, ITypeProvider) to use for rule expression validation.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
Execute(Object)

Executes the current object using RuleExecution(RuleValidation, Object).

Execute(Object, ActivityExecutionContext)

Executes the current RuleSet against the object instance (which, in this case, is likely an Activity).

GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to