pmMDA.NET

DataObjectImpl.AcceptProperties Method 

[This is preliminary documentation and subject to change.]

Visits all data objects referenced by a single property.

protected abstract void AcceptProperties(
   IDataObjectVisitor visitor
);

Parameters

visitor
The visitor which is forwarded to the Accept method of the items.

Remarks

The implementation of this method must call the Accept method on every referenced data object which is part of a single property.

See Also

DataObjectImpl Class | PmMda.Net.Dog Namespace