DeploymentService Class
Applies To: Dynamics CRM 2015
Implements the deployment service interface. (Developer Extensions)
Namespace: Microsoft.Xrm.Client.Services
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Inheritance Hierarchy
System.Object
Microsoft.Xrm.Client.Services.DeploymentService
Syntax
public class DeploymentService : IDisposable, IDeploymentService,
IInitializable
public ref class DeploymentService : IDisposable, IDeploymentService,
IInitializable
type DeploymentService =
class
interface IDisposable
interface IDeploymentService
interface IInitializable
end
Public Class DeploymentService
Implements IDisposable, IDeploymentService, IInitializable
Constructors
Name | Description | |
---|---|---|
DeploymentService(CrmConnection) | Initializes a new instance of the DeploymentService class. |
|
DeploymentService(IDeploymentService) | Initializes a new instance of the DeploymentService class. |
|
DeploymentService(String) | Initializes a new instance of the DeploymentService class. |
Properties
Name | Description | |
---|---|---|
InnerService | Gets the inner service. |
Methods
Name | Description | |
---|---|---|
Delete(DeploymentEntityType, EntityInstanceId) | Deletes a deployment record. (Developer Extensions) |
|
Dispose() | Disposes the instance. |
|
Equals(Object) | (Inherited from Object.) |
|
Execute(DeploymentServiceRequest) | Executes a deployment message in the form of a request, and returns a response. (Developer Extensions) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
Initialize(String, NameValueCollection) | ||
MemberwiseClone() | (Inherited from Object.) |
|
Retrieve(DeploymentEntityType, EntityInstanceId) | Retrieves a deployment record. (Developer Extensions) |
|
RetrieveAll(DeploymentEntityType) | Retrieves all deployment records for the specified deployment entity type. (Developer Extensions) |
|
ToDeploymentService(CrmConnection) | ||
ToDeploymentServiceClient(CrmConnection) | ||
ToString() | (Inherited from Object.) |
|
Update(DeploymentObject) | Updates a deployment record. (Developer Extensions) |
Extension Methods
Name | Description | |
---|---|---|
SerializeByJson(IEnumerable<Type>) | Serialize an object using the DataContractJsonSerializer.(Defined by ObjectExtensions.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Xrm.Client.Services Namespace
Developer extensions for Microsoft Dynamics CRM 2015
Return to top
© 2017 Microsoft. All rights reserved. Copyright