pmMDA.NET

ItemUpdate.Execute Method 

[This is preliminary documentation and subject to change.]

Executes this update on a specified data object.

public abstract void Execute(
   IDataObject dataObject
);

Parameters

dataObject
The data object which should be modified by this update.

Implements

IUpdate.Execute

Exceptions

Exception Type Condition
ArgumentNullException dataObject is null.

See Also

ItemUpdate Class | PmMda.Net.Dog.Updates Namespace