Classe ModelReader
Reads a model's metadata, business rules, and master data and creates a deployment package containing that information.
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.MasterDataServices.Deployment. . :: . .ServiceProxyManager
Microsoft.MasterDataServices.Deployment..::..ModelReader
Spazio dei nomi Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Sintassi
'Dichiarazione
Public Class ModelReader _
Inherits ServiceProxyManager
'Utilizzo
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
Nel tipo ModelReader sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
ModelReader | Initializes a new instance of the ModelReader class with default values. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
CurrentUser | Gets the user that represents the current caller. Ereditato da 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. Ereditato da ServiceProxyManager. |
![]() |
VersionId | Gets or sets the identifier of the version of the model specified by ModelId that this object will be referencing. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
CreatePackage | Builds a deployment package for a complete model. |
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetModels | Gets a list of identifiers of all the user-defined models in the system. |
![]() |
GetType | Ereditato da Object. |
![]() |
GetVersions | Gets a list of identifiers of all the versions for the model 'modelId'. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
ModelExists | Checks for a matching model by name and/or ID. |
![]() |
ToString | Ereditato da Object. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.