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 SourceGetEvaluator(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. |