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
System_CAPS_pubmethod DeploymentService(CrmConnection)

Initializes a new instance of the DeploymentService class.

System_CAPS_pubmethod DeploymentService(IDeploymentService)

Initializes a new instance of the DeploymentService class.

System_CAPS_pubmethod DeploymentService(String)

Initializes a new instance of the DeploymentService class.

Properties

Name Description
System_CAPS_pubproperty InnerService

Gets the inner service.

Methods

Name Description
System_CAPS_pubmethod Delete(DeploymentEntityType, EntityInstanceId)

Deletes a deployment record. (Developer Extensions)

System_CAPS_pubmethod Dispose()

Disposes the instance.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod Execute(DeploymentServiceRequest)

Executes a deployment message in the form of a request, and returns a response. (Developer Extensions)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod Initialize(String, NameValueCollection)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod Retrieve(DeploymentEntityType, EntityInstanceId)

Retrieves a deployment record. (Developer Extensions)

System_CAPS_pubmethod RetrieveAll(DeploymentEntityType)

Retrieves all deployment records for the specified deployment entity type. (Developer Extensions)

System_CAPS_protmethod ToDeploymentService(CrmConnection)

System_CAPS_protmethod ToDeploymentServiceClient(CrmConnection)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

System_CAPS_pubmethod Update(DeploymentObject)

Updates a deployment record. (Developer Extensions)

Extension Methods

Name Description
System_CAPS_pubmethod 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