pmMDA.NET

DataObjectCollectFunctor Class

[This is preliminary documentation and subject to change.]

This functor collects all visited data objects.

For a list of all members of this type, see DataObjectCollectFunctor Members.

System.Object
   PmMda.Net.Dog.DataObjectCollectFunctor

public sealed class DataObjectCollectFunctor : IDataObjectFunctor

Remarks

The Objects list contains all visited objects.
The NewObjects list contains all new objects.
The ModifiedObjects list contains all modified objects
To affect the deleted objects, use the GetMissingObjectsFrom method.

Use the static Collect method to get and fill a collect functor.

Requirements

Namespace: PmMda.Net.Dog

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

See Also

DataObjectCollectFunctor Members | PmMda.Net.Dog Namespace