OrganizationServiceContext.OnEndLinkTracking Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.