RuleAnalysis 类

定义

存储由条件读取的或由操作写入的字段和属性。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
继承
RuleAnalysis

注解

RuleAnalysis 存储的信息很重要,因为它可以标识规则集中规则的依赖项和副作用。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.

构造函数

RuleAnalysis(RuleValidation, Boolean)

初始化 RuleAnalysis 类的新实例。Initializes a new instance of the RuleAnalysis class.

属性

ForWrites

获取一个指示是否对写入或读取执行分析的值。Gets a value that indicates whether analysis is being done for writes or reads.

方法

AddSymbol(String)

将由表达式使用的字段和属性作为符号添加到 RuleAnalysis 实例。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.

(继承自 Object)
GetHashCode()

作为默认哈希函数。Serves as the default hash function.

(继承自 Object)
GetSymbols()

返回 RuleAnalysis 实例中的符号列表。Returns the list of symbols from the RuleAnalysis instance.

GetType()

获取当前实例的 TypeGets the Type of the current instance.

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。Creates a shallow copy of the current Object.

(继承自 Object)
ToString()

返回表示当前对象的字符串。Returns a string that represents the current object.

(继承自 Object)

适用于