IEntityOperation Methods
Include Protected Members
Include Inherited Members
The IEntityOperation type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
CancelAllDependentOperations | Cancels the current operation and all operations that depend on it. (Inherited from IOperation.) |
![]() |
CancelSingleOperation | Cancels a single operation. (Inherited from IOperation.) |
![]() |
GetAllDependencies | Gets the collection of all operations this operation depends on. (Inherited from IOperation.) |
![]() |
GetDependentOperations | Gets the collection of all operations that depend on the current one. (Inherited from IOperation.) |
![]() |
GetDirectDependencies | Gets the collection of operations that this operation is directly dependent on. (Inherited from IOperation.) |
![]() |
GetPreviousState | Returns the state of the External Item before an update or delete operation. |
![]() |
GetResultingState | Returns the state of the External Item after a create or update operation. |
![]() |
Retry | Retries the operation. (Inherited from IOperation.) |
Top
.gif)