Show / Hide Table of Contents

Enum RootScopeLimitation

Enumerates the manners in which an ExpressionContext may be used to provide the root of a path expression.

Namespace: ZptSharp.Expressions.PathExpressions
Assembly: ZptSharp.dll
Syntax
public enum RootScopeLimitation

Fields

Name Description
DefinedVariablesOnly

The root of the path expression is limited to the usage of variables which have been explicitly defined (at either local or global scope). Built-in contexts may not be referenced.

GlobalVariablesOnly

The root of the path expression is limited to the usage of variables which have been explicitly defined at the global scope. Local variables or other built-in contexts may not be referenced.

LocalVariablesOnly

The root of the path expression is limited to the usage of variables which have been explicitly defined at the local scope. Global variables or other built-in contexts may not be referenced.

None

There is no limitation upon the usage of the expression context in order to get the root scope of a path expression. Any defined variable or any built-in may be used as the root reference.

  • Improve this Doc
  • View Source
In This Article
  • Fields
Back to top Generated by DocFX