IChangeSetEntryAction

Performs an action for a collection of changes.

This interface serves for the publication or discarding of a change to a data object. Depending on the change, it may be dependent on changes to other data objects without which the actual change cannot be published or discarded.

The current change is not part of the collection of the property Dependencies.

Properties

PropertyDescription
Dependencies:IChangeSetEntries

Contains a collection of all dependant changes of further data objects.

Methods

MethodDescription
Execute():Void

Performs the action for the current data object and its dependencies.