pmMDA.NET

IDataObjectVisitor Interface

[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.

public interface IDataObjectVisitor

Types that implement IDataObjectVisitor

Type Description
DataObjectVisitorFunctor This visitor forwards the visited data objects to a specified IDataObjectFunctor.

Remarks

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.

Requirements

Namespace: PmMda.Net.Dog

Assembly: pmMDA.NET.Common (in pmMDA.NET.Common.dll)

See Also

IDataObjectVisitor Members | PmMda.Net.Dog Namespace