EldorADO.NET Class Library

IObjectPathEvaluator Interface

[This is preliminary documentation and subject to change.]

Object that knows how to evaluate an ObjectPath.

For a list of all members of this type, see IObjectPathEvaluator Members.

[Visual Basic]
Public Interface IObjectPathEvaluator
[C#]
public interface IObjectPathEvaluator

Remarks

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.

Requirements

Namespace: Eldorado.Object.Query

Assembly: Eldorado.Object (in Eldorado.Object.dll)

See Also

IObjectPathEvaluator Members | Eldorado.Object.Query Namespace