IAssociationOperation Members
Include Protected Members
Include Inherited Members
Defines properties that handle the association operation between two or more external content types.
The IAssociationOperation type exposes the following members.
Properties
Name | Description | |
---|---|---|
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.) | |
Association | Retrieves the association that is modified by this operation. | |
Destination | Gets the identity of the external item that is the destination of the association operation. | |
Entity | Gets the external content type of the operation. (Inherited from IOperation.) | |
Id | Gets the unique identifier of the operation. (Inherited from IOperation.) | |
LastException | Gets the last exception thrown when executing the operation. (Inherited from IOperation.) | |
LastExecuted | Gets the date and time when the operation was last executed . (Inherited from IOperation.) | |
LobSystemInstance | Gets the external system instance that the operation is executed against. (Inherited from IOperation.) | |
MethodInstanceType | Gets the MethodInstanceType of the operation. (Inherited from IOperation.) | |
NextRetryAfter | Gets the earliest date and time after which the operation should be retried. (Inherited from IOperation.) | |
OperationStatus | Gets the status of the operation. (Inherited from IOperation.) | |
RetryCount | Gets the count (number) of retries of the operation. (Inherited from IOperation.) | |
Sources | Gets the identities of the external items that are the source entities of the association operation. |
Top
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.) | |
Retry | Retries the operation. (Inherited from IOperation.) |
Top