[This is preliminary documentation and subject to change.]
The IDataObjectVisitor interface defines the visitor pattern for the graph of all data objects.
For a list of all members of this type, see IDataObjectVisitor Members.
Type | Description |
---|---|
DataObjectVisitorFunctor | This visitor forwards the visited data objects to a specified IDataObjectFunctor. |
See the visitor pattern on the pmMDA.NET webpage for further details.
The class DataObjectVisitorFunctor can be used to visit all data object of a graph regardless of the package in which the data objects resides.
Namespace: PmMda.Net.Dog
Assembly: pmMDA.NET.Common (in pmMDA.NET.Common.dll)
IDataObjectVisitor Members | PmMda.Net.Dog Namespace