Show / Hide Table of Contents

Interface IGetsPathWalkingExpressionEvaluator

An object which can create and return instances of IWalksAndEvaluatesPathExpression based upon a RootScopeLimitation

Namespace: ZptSharp.Expressions.PathExpressions
Assembly: ZptSharp.dll
Syntax
public interface IGetsPathWalkingExpressionEvaluator

Methods

| Improve this Doc View Source

GetEvaluator(RootScopeLimitation)

Gets an instance of IWalksAndEvaluatesPathExpression suitable for use with the specified root scope limitation.

Declaration
IWalksAndEvaluatesPathExpression GetEvaluator(RootScopeLimitation limitation)
Parameters
Type Name Description
RootScopeLimitation limitation

Limitation.

Returns
Type Description
IWalksAndEvaluatesPathExpression

The evaluator.

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