RuleAnalysis Class

Definition

Stores the fields and properties read by a condition or written to by an action.

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

Remarks

The information stored by RuleAnalysis is important because it identifies dependencies and side effects of rules in the rule set. These dependencies and side effects drive the chaining behavior.

Constructors

RuleAnalysis(RuleValidation, Boolean)

Initializes a new instance of the RuleAnalysis class.

Properties

ForWrites

Gets a value that indicates whether analysis is being done for writes or reads.

Methods

AddSymbol(String)

Adds the fields and properties used by an expression as symbols to the RuleAnalysis instance.

Equals(Object)

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

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetSymbols()

Returns the list of symbols from the RuleAnalysis instance.

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