pmMDA.NET

DogUpdate Constructor 

[This is preliminary documentation and subject to change.]

Initializes a new instance of the DogUpdate class.

public DogUpdate(
   IDataObject rootObject
);

Parameters

rootObject
The root object of the DOG.

Remarks

The dog update stores the DataObjectUpdate for each data object within this dog update.

Exceptions

Exception Type Condition
ArgumentNullException rootObject is null.

See Also

DogUpdate Class | PmMda.Net.Dog.Updates Namespace