ModelReader-Klasse
Reads a model's metadata, business rules, and master data and creates a deployment package containing that information.
Vererbungshierarchie
System. . :: . .Object
Microsoft.MasterDataServices.Deployment. . :: . .ServiceProxyManager
Microsoft.MasterDataServices.Deployment..::..ModelReader
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Syntax
'Declaration
Public Class ModelReader _
Inherits ServiceProxyManager
'Usage
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
Der ModelReader-Typ macht folgende Elemente verfügbar.
Konstruktoren
| Name | Beschreibung | |
|---|---|---|
![]() |
ModelReader | Initializes a new instance of the ModelReader class with default values. |
Zum Anfang
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
CurrentUser | Gets the user that represents the current caller. (Geerbt von 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. (Geerbt von ServiceProxyManager.) |
![]() |
VersionId | Gets or sets the identifier of the version of the model specified by ModelId that this object will be referencing. |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
CreatePackage | Builds a deployment package for a complete model. |
![]() |
Equals | (Geerbt von Object.) |
![]() |
Finalize | (Geerbt von Object.) |
![]() |
GetHashCode | (Geerbt von Object.) |
![]() |
GetModels | Gets a list of identifiers of all the user-defined models in the system. |
![]() |
GetType | (Geerbt von Object.) |
![]() |
GetVersions | Gets a list of identifiers of all the versions for the model 'modelId'. |
![]() |
MemberwiseClone | (Geerbt von Object.) |
![]() |
ModelExists | Checks for a matching model by name and/or ID. |
![]() |
ToString | (Geerbt von Object.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.
.gif)
.gif)
.gif)
.gif)