Share via


IEntityOperation Members

Include Protected Members
Include Inherited Members

Represents the operations that are performed on an external content type.

The IEntityOperation type exposes the following members.

Properties

  Name Description
Public property ActivityId Gets a value that identifies the activities that are executed in the local system and in the external system to synchronize this operation. (Inherited from IOperation.)
Public property Entity Gets the external content type of the operation. (Inherited from IOperation.)
Public property Id Gets the unique identifier of the operation. (Inherited from IOperation.)
Public property Identity Gets the identity of the External Item to which the operation applies.
Public property LastException Gets the last exception thrown when executing the operation. (Inherited from IOperation.)
Public property LastExecuted Gets the date and time when the operation was last executed . (Inherited from IOperation.)
Public property LobSystemInstance Gets the external system instance that the operation is executed against. (Inherited from IOperation.)
Public property MethodInstanceType Gets the MethodInstanceType of the operation. (Inherited from IOperation.)
Public property NextRetryAfter Gets the earliest date and time after which the operation should be retried. (Inherited from IOperation.)
Public property OperationStatus Gets the status of the operation. (Inherited from IOperation.)
Public property RetryCount Gets the count (number) of retries of the operation. (Inherited from IOperation.)
Public property View Gets the view of the operation.

Top

Methods

  Name Description
Public method CancelAllDependentOperations Cancels the current operation and all operations that depend on it. (Inherited from IOperation.)
Public method CancelSingleOperation Cancels a single operation. (Inherited from IOperation.)
Public method GetAllDependencies Gets the collection of all operations this operation depends on. (Inherited from IOperation.)
Public method GetDependentOperations Gets the collection of all operations that depend on the current one. (Inherited from IOperation.)
Public method GetDirectDependencies Gets the collection of operations that this operation is directly dependent on. (Inherited from IOperation.)
Public method GetPreviousState Returns the state of the External Item before an update or delete operation.
Public method GetResultingState Returns the state of the External Item after a create or update operation.
Public method Retry Retries the operation. (Inherited from IOperation.)

Top

See Also

Reference

IEntityOperation Interface

Microsoft.BusinessData.Offlining Namespace