Object that knows how to evaluate an ObjectPath.
For a list of all members of this type, see IObjectPathEvaluator Members.
To evaluate an ObjectPath, call EvaluateFrom. EvaluateFrom routes the call to the method corresponding to the actual runtime type which specialized descendants of the evaluator know how to evaluate (for the aficionados of design patterns the ObjectPath/IObjectPathEvaluator couple follows the GOF's "visitor pattern"). The result of the evaluation as well as potential extra parameters are generally exposed by the specialized evaluator.
Namespace: Eldorado.Object.Query
Assembly: Eldorado.Object (in Eldorado.Object.dll)
IObjectPathEvaluator Members | Eldorado.Object.Query Namespace