OrganizationServiceContext.OnBeginLinkTracking 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 when link tracking begins.
protected:
virtual void OnBeginLinkTracking(Microsoft::Xrm::Sdk::Entity ^ source, Microsoft::Xrm::Sdk::Relationship ^ relationship, Microsoft::Xrm::Sdk::Entity ^ target);
protected virtual void OnBeginLinkTracking (Microsoft.Xrm.Sdk.Entity source, Microsoft.Xrm.Sdk.Relationship relationship, Microsoft.Xrm.Sdk.Entity target);
abstract member OnBeginLinkTracking : Microsoft.Xrm.Sdk.Entity * Microsoft.Xrm.Sdk.Relationship * Microsoft.Xrm.Sdk.Entity -> unit
override this.OnBeginLinkTracking : Microsoft.Xrm.Sdk.Entity * Microsoft.Xrm.Sdk.Relationship * Microsoft.Xrm.Sdk.Entity -> unit
Protected Overridable Sub OnBeginLinkTracking (source As Entity, relationship As Relationship, target As Entity)
Parameters
- source
- 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.