pmMDA.NET

DataObjectUpdate Constructor (IDataObject)

[This is preliminary documentation and subject to change.]

Initializes a new instance of the DataObjectUpdate class.

public DataObjectUpdate(
   IDataObject dataObject
);

Parameters

dataObject
The data object this update belongs to.

Remarks

The specified dataObject is not serialized when this update is sent to the server to store a data object.

Exceptions

Exception Type Condition
ArgumentNullException dataObject is null.

See Also

DataObjectUpdate Class | PmMda.Net.Dog.Updates Namespace | DataObjectUpdate Constructor Overload List