pmMDA.NET

DataObjectImpl.Accept Method 

[This is preliminary documentation and subject to change.]

Implements the visitor pattern in the data object class.

public void Accept(
   IDataObjectVisitor visitor
);

Parameters

visitor
Visitor to act on the data object.

Implements

IDataObject.Accept

Remarks

The accept method dispatches the visitor to all its relevant children. The children are visited by calling the AcceptProperties and the AcceptIndexedProperties methods.

See Also

DataObjectImpl Class | PmMda.Net.Dog Namespace