ModelDeployer Class

 

Creates, clones, or updates a model from a deployment package containing metadata, business rules, and master data.

Namespace:   Microsoft.MasterDataServices.Deployment
Assembly:  Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)

Inheritance Hierarchy

System.Object
  Microsoft.MasterDataServices.Deployment.ServiceProxyManager
    Microsoft.MasterDataServices.Deployment.ModelDeployer

Syntax

public class ModelDeployer : ServiceProxyManager
public ref class ModelDeployer : ServiceProxyManager
type ModelDeployer = 
    class
        inherit ServiceProxyManager
    end
Public Class ModelDeployer
    Inherits ServiceProxyManager

Constructors

Name Description
System_CAPS_pubmethod ModelDeployer()

Initializes a new instance of the ModelDeployer class with the default values.

Properties

Name Description
System_CAPS_pubproperty CurrentUser

Gets the user that represents the current caller.(Inherited from ServiceProxyManager.)

System_CAPS_protproperty ServiceAdapter

Gets the service adapter that wraps the service used for all requests.(Inherited from ServiceProxyManager.)

Methods

Name Description
System_CAPS_pubmethod DeleteModel(Identifier)

Deletes an entire model and all related objects.

System_CAPS_pubmethod DeployClone(Package)

Creates a new model from the supplied deployment package, preserving the model name and identifiers.

System_CAPS_pubmethod DeployNew(Package, String, Identifier)

Creates a new model from the supplied deployment package, with new identifiers and a new name.

System_CAPS_pubmethod DeployUpdate(Package, Boolean, Identifier)

Updates the specified model with the contents of the supplied package.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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.MasterDataServices.Deployment Namespace

Return to top