This topic has not yet been rated - Rate this topic

ModelDeployer Class

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

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

Namespace:  Microsoft.MasterDataServices.Deployment
Assembly:  Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
public class ModelDeployer : ServiceProxyManager

The ModelDeployer type exposes the following members.

  NameDescription
Public methodModelDeployerInitializes a new instance of the ModelDeployer class with the default values.
Top
  NameDescription
Public propertyCurrentUserGets the user that represents the current caller. (Inherited from ServiceProxyManager.)
Protected propertyServiceAdapterGets the service adapter that wraps the service used for all requests. (Inherited from ServiceProxyManager.)
Top
  NameDescription
Public methodDeleteModelDeletes an entire model and all related objects.
Public methodDeployCloneCreates a new model from the supplied deployment package, preserving the model name and identifiers.
Public methodDeployNewCreates a new model from the supplied deployment package, with new identifiers and a new name.
Public methodDeployUpdateUpdates the specified model with the contents of the supplied package.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.