pmMDA.NET

ViewPropertyBase.ResolvePath Method 

[This is preliminary documentation and subject to change.]

Resolves a path expression, starting from a given IDataObject.

protected IDataObject ResolvePath(
   string path,
   IDataObject hookDo
);

Parameters

path
The path expression to resolve.
hookDo
The IDataObject to start resolving from.

Return Value

The IDataObject that was referenced by the path expression.

See Also

ViewPropertyBase Class | PmMda.Net.Views Namespace