Share via


ExpressionEvaluationDetails Class

Definition

Evaluation details of policy language expressions.

public class ExpressionEvaluationDetails
type ExpressionEvaluationDetails = class
Public Class ExpressionEvaluationDetails
Inheritance
ExpressionEvaluationDetails

Constructors

ExpressionEvaluationDetails()

Initializes a new instance of the ExpressionEvaluationDetails class.

ExpressionEvaluationDetails(String, String, String, String, Object, Object, String)

Initializes a new instance of the ExpressionEvaluationDetails class.

Properties

Expression

Gets or sets expression evaluated.

ExpressionKind

Gets the kind of expression that was evaluated.

ExpressionValue

Gets or sets value of the expression.

OperatorProperty

Gets or sets operator to compare the expression value and the target value.

Path

Gets or sets property path if the expression is a field or an alias.

Result

Gets or sets evaluation result.

TargetValue

Gets or sets target value to be compared with the expression value.

Applies to