pmMDA.NET

DataObjectImpl.AcceptIndexedProperties Method 

[This is preliminary documentation and subject to change.]

Visits all items in every indexed property.

protected abstract void AcceptIndexedProperties(
   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 item of each indexed property.

See Also

DataObjectImpl Class | PmMda.Net.Dog Namespace