Partager via


OrganizationServiceContext.OnEndLinkTracking Method

Definition

Virtual (Overridable) method called after link tracking ends.

protected:
 virtual void OnEndLinkTracking(Microsoft::Xrm::Sdk::Entity ^ entity, Microsoft::Xrm::Sdk::Relationship ^ relationship, Microsoft::Xrm::Sdk::Entity ^ target);
protected virtual void OnEndLinkTracking (Microsoft.Xrm.Sdk.Entity entity, Microsoft.Xrm.Sdk.Relationship relationship, Microsoft.Xrm.Sdk.Entity target);
abstract member OnEndLinkTracking : Microsoft.Xrm.Sdk.Entity * Microsoft.Xrm.Sdk.Relationship * Microsoft.Xrm.Sdk.Entity -> unit
override this.OnEndLinkTracking : Microsoft.Xrm.Sdk.Entity * Microsoft.Xrm.Sdk.Relationship * Microsoft.Xrm.Sdk.Entity -> unit
Protected Overridable Sub OnEndLinkTracking (entity As Entity, relationship As Relationship, target As Entity)

Parameters

entity
Entity

The navigation property or attribute on the source object that returns the related object.

relationship
Relationship

The name of the attribute or navigation property on the source object that represents the link between the source and target object.

target
Entity

The target entity in the link that is bound to the source entity specified in this call.

Applies to