IRuleExpression.AnalyzeUsage Method

Definition

When overridden in a derived class, reports on how the object uses fields and properties in the context type.

C#
public void AnalyzeUsage(System.Workflow.Activities.Rules.RuleAnalysis analysis, bool isRead, bool isWritten, System.Workflow.Activities.Rules.RulePathQualifier qualifier);

Parameters

analysis
RuleAnalysis

The RuleAnalysis method to store fields and properties read by a condition or read by an action.

isRead
Boolean

true if the expression is being read from; false if the expression is not being read from.

isWritten
Boolean

true if the expression is being written to; false if the expression is not being written to.

qualifier
RulePathQualifier

The path of a field or property.

Applies to

Produkt Versionen
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1