Click or drag to resize
EvaluationResult Properties

The EvaluationResult type exposes the following members.

Properties
  NameDescription
Public propertyContextUsed
Evaluation context used to get this result.
Public propertyMatch
Gets or sets the parent context (null if the context was created by constructor).
Public propertyResult
Result of the expression evaluation
Public propertySecurityPassed
Determines whether the security check passed (if the user and hash parameters correspond to the given expression and if the user has sufficient permission).
Public propertySkipped
This will be true if the evaluation process was skiped because the resolver used had different name than required resolver.
Top
See Also