[This is preliminary documentation and subject to change.]
Implements the visitor pattern in the data object class.
The accept method dispatches the visitor to all its relevant children. The children are visited by calling the AcceptProperties and the AcceptIndexedProperties methods.
DataObjectImpl Class | PmMda.Net.Dog Namespace