Classe ModelReader
Reads a model's metadata, business rules, and master data and creates a deployment package containing that information.
Hierarquia de herança
System. . :: . .Object
Microsoft.MasterDataServices.Deployment. . :: . .ServiceProxyManager
Microsoft.MasterDataServices.Deployment..::..ModelReader
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (em Microsoft.MasterDataServices.Deployment.dll)
Sintaxe
'Declaração
Public Class ModelReader _
Inherits ServiceProxyManager
'Uso
Dim instance As ModelReader
public class ModelReader : ServiceProxyManager
public ref class ModelReader : public ServiceProxyManager
type ModelReader =
class
inherit ServiceProxyManager
end
public class ModelReader extends ServiceProxyManager
O tipo ModelReader expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
ModelReader | Initializes a new instance of the ModelReader class with default values. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
CurrentUser | Gets the user that represents the current caller. (Herdado de ServiceProxyManager.) | |
ModelId | Gets or sets the identifier of the model that this object will be referencing. | |
ServiceAdapter | Gets the ServiceAdapter object that wraps the service used for all requests. (Herdado de ServiceProxyManager.) | |
VersionId | Gets or sets the identifier of the version of the model specified by ModelId that this object will be referencing. |
Início
Métodos
Nome | Descrição | |
---|---|---|
CreatePackage | Builds a deployment package for a complete model. | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetModels | Gets a list of identifiers of all the user-defined models in the system. | |
GetType | (Herdado de Object.) | |
GetVersions | Gets a list of identifiers of all the versions for the model 'modelId'. | |
MemberwiseClone | (Herdado de Object.) | |
ModelExists | Checks for a matching model by name and/or ID. | |
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.