CrmService Class

banner art

Contains the common methods for the CrmService Web service.

The CrmService class inherits from SoapHttpClientProtocol and implements the IComponent and IDisposable interfaces. It exposes the following members.

Constructor Description
CrmService Initializes a new instance of the CrmService class.
Instance Method Description
BeginCreate Provided by the proxy to allow for asynchronous calling of methods.
BeginDelete Provided by the proxy to allow for asynchronous calling of methods.
BeginExecute Provided by the proxy to allow for asynchronous calling of methods.
BeginFetch Provided by the proxy to allow for asynchronous calling of methods.
BeginRetrieve Provided by the proxy to allow for asynchronous calling of methods.
BeginRetrieveMultiple Provided by the proxy to allow for asynchronous calling of methods.
BeginUpdate Provided by the proxy to allow for asynchronous calling of methods.
Create Creates an entity instance.
Delete Deletes an entity instance
EndCreate Provided by the proxy to allow for asynchronous calling of methods.
EndDelete Provided by the proxy to allow for asynchronous calling of methods.
EndExecute Provided by the proxy to allow for asynchronous calling of methods.
EndFetch Provided by the proxy to allow for asynchronous calling of methods.
EndRetrieve Provided by the proxy to allow for asynchronous calling of methods.
EndRetrieveMultiple Provided by the proxy to allow for asynchronous calling of methods.
EndUpdate Provided by the proxy to allow for asynchronous calling of methods.
Execute Executes business logic and special operations using messages.
Fetch Retrieves entity instances in XML format based on the specified query expressed in the FetchXML query language.
Retrieve Retrieves an entity instance using the specified ID.
RetrieveMultiple Retrieves a collection of entity instances based on the specified query criteria.
Update Updates an entity instance.
Field Description
CallerIdValue Specifies the ID of the user who is logged on. This field can be used for impersonation.

See Also

© 2007 Microsoft Corporation. All rights reserved.