Classe ModelDeployer
Creates, clones, or updates a model from a deployment package metadata, business rules, and master data.
Hierarquia de herança
System. . :: . .Object
Microsoft.MasterDataServices.Deployment. . :: . .ServiceProxyManager
Microsoft.MasterDataServices.Deployment..::..ModelDeployer
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (em Microsoft.MasterDataServices.Deployment.dll)
Sintaxe
'Declaração
Public Class ModelDeployer _
Inherits ServiceProxyManager
'Uso
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
O tipo ModelDeployer expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
ModelDeployer | Initializes a new instance of the ModelDeployer class with default values. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
CurrentUser | Gets the user that represents the current caller. (Herdado de ServiceProxyManager.) | |
ServiceAdapter | Gets the ServiceAdapter object that wraps the service used for all requests. (Herdado de ServiceProxyManager.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
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 | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.