Méthodes OrganizationServiceContext
S'applique à: CRM 2015 on-prem, CRM Online
(voir aussi Protégé méthodes)
Nom | Description | |
---|---|---|
![]() |
AddLink | Adds the specified link to the set of objects the OrganizationServiceContext is tracking. |
![]() |
AddObject | Adds the specified entity to the set of entities that the OrganizationServiceContext is tracking. |
![]() |
AddRelatedObject | Adds a related entity to the OrganizationServiceContext and creates the link that defines the relationship between the two entities in a single request. |
![]() |
Attach | Notifies the OrganizationServiceContext to start tracking the specified entity. |
![]() |
AttachLink | Notifies the OrganizationServiceContext to start tracking the specified link that defines a relationship between entity objects. |
![]() |
ClearChanges | Clears all tracking of entities by the OrganizationServiceContext. |
![]() |
CreateQuery | Surchargé. Creates a web service Language-Integrated Query (LINQ) .NET query for the specified entity. |
![]() |
DeleteLink | Changes the state of the link to deleted in the list of links being tracked by the OrganizationServiceContext. |
![]() |
DeleteObject | Surchargé. Changes the state of the specified entity to be deleted in the OrganizationServiceContext. |
![]() |
Detach | Surchargé. Removes the entity from the set of entities that the OrganizationServiceContext is tracking. |
![]() |
DetachLink | Removes the specified link from the list of links being tracked by the OrganizationServiceContext. |
![]() |
Dispose | Surchargé. Disposes of the service context. |
![]() |
Equals | (hérité de Object) |
![]() |
Execute | Executes a message in the form of a request, and returns a response. |
![]() |
GetAttachedEntities | Gets an enumerable collection of the entities attached to the OrganizationServiceContext. |
![]() |
GetHashCode | (hérité de Object) |
![]() |
GetType | (hérité de Object) |
![]() |
IsAttached | Surchargé. Determines whether an entity or an entity relationship is attached and therefore being tracked by the OrganizationServiceContext. |
![]() |
IsDeleted | Surchargé. Determines whether an entity or an entity relationship has been deleted. |
![]() |
LoadProperty | Surchargé. Loads deferred content for a specified property from the web service. |
![]() |
SaveChanges | Surchargé. Saves the changes that the OrganizationServiceContext is tracking to Microsoft Dynamics CRM. |
![]() |
ToString | (hérité de Object) |
![]() |
UpdateObject | Surchargé. Changes the state of the specified entity in the OrganizationServiceContext to Modified. |
Nom | Description | |
---|---|---|
![]() |
CreateQuery | Surchargé. Creates a web service Language-Integrated Query (LINQ) .NET query for the specified entity. |
![]() |
Dispose | Surchargé. Disposes of the service context. |
![]() |
Finalize | Remplacé. Destructor for the OrganizationServiceContext class. |
![]() |
MemberwiseClone | (hérité de Object) |
![]() |
OnBeginEntityTracking | Virtual (Overridable) method called when entity tracking begins. |
![]() |
OnBeginLinkTracking | Virtual (Overridable) method called when link tracking begins. |
![]() |
OnEndEntityTracking | Virtual (Overridable) method called after entity tracking ends. |
![]() |
OnEndLinkTracking | Virtual (Overridable) method called after link tracking ends. |
![]() |
OnExecute | Surchargé. Virtual (Overridable) methods called after Execute is called. |
![]() |
OnExecuting | Virtual (Overridable) method called before Execute is called. |
![]() |
OnSaveChanges | Virtual (Overridable) method called after an attempt to save data changes. |
![]() |
OnSavingChanges | Virtual (Overridable) method called before an attempt to save changes is performed. |
Classe OrganizationServiceContext
Espace de noms Microsoft.Xrm.Sdk.Client
Create Early-Bound Entity Classes with the Code Generation Tool (CrmSvcUtil.exe)
Use the Early Bound Entity Classes for Create, Update, and Delete
Use the Early Bound Entity Classes to Add or Update Associations Between Related Records
Sample: Use the Organization Service Context
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.