Compartilhar via


IClusterService Interface

Definition

public interface IClusterService : Microsoft.Xrm.Sdk.IOrganizationService
type IClusterService = interface
    interface IOrganizationService
Public Interface IClusterService
Implements IOrganizationService
Implements

Methods

Associate(String, Guid, Relationship, EntityReferenceCollection)

Creates a link between records.

(Inherited from IOrganizationService)
Create(Entity)

Creates a record.

(Inherited from IOrganizationService)
Delete(String, Guid)

Deletes a record.

(Inherited from IOrganizationService)
Disassociate(String, Guid, Relationship, EntityReferenceCollection)

Deletes a link between records.

(Inherited from IOrganizationService)
Execute(OrganizationRequest)

Executes a message in the form of a request, and returns a response.

(Inherited from IOrganizationService)
Retrieve(String, Guid, ColumnSet)

Retrieves a record.

(Inherited from IOrganizationService)
RetrieveMultiple(QueryBase)

Retrieves a collection of records.

(Inherited from IOrganizationService)
Update(Entity)

Updates an existing record.

(Inherited from IOrganizationService)

Applies to