ModelDeployer Class
Creates, clones, or updates a model from a deployment package metadata, business rules, and master data.
Inheritance Hierarchy
System.Object
Microsoft.MasterDataServices.Deployment.ServiceProxyManager
Microsoft.MasterDataServices.Deployment.ModelDeployer
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Syntax
'Declaration
Public Class ModelDeployer _
Inherits ServiceProxyManager
'Usage
Dim instance As ModelDeployer
public class ModelDeployer : ServiceProxyManager
public ref class ModelDeployer : public ServiceProxyManager
type ModelDeployer =
class
inherit ServiceProxyManager
end
public class ModelDeployer extends ServiceProxyManager
The ModelDeployer type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
ModelDeployer | Initializes a new instance of the ModelDeployer class with default values. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
CurrentUser | Gets the user that represents the current caller. (Inherited from ServiceProxyManager.) |
![]() |
ServiceAdapter | Gets the ServiceAdapter object that wraps the service used for all requests. (Inherited from ServiceProxyManager.) |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
DeleteModel | Deletes an entire model and all related objects. |
![]() |
DeployClone | Creates a new model from the supplied deployment package, preserving the model name and ID's. |
![]() |
DeployNew | Creates a new model from the supplied deployment package, with new IDs and a new name. |
![]() |
DeployUpdate | Updates the specified model with the contents of the supplied package. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
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.
.gif)
.gif)
.gif)
.gif)