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
Öffentliche Methode ModelReader Initializes a new instance of the ModelReader class with the default values.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft CurrentUser Gets the user that represents the current caller. (Geerbt von ServiceProxyManager.)
Öffentliche Eigenschaft ModelId Gets or sets the identifier of the model that the object will be referencing.
Geschützte Eigenschaft ServiceAdapter Gets the service adapter that wraps the service used for all requests. (Geerbt von ServiceProxyManager.)
Öffentliche Eigenschaft VersionId Gets or sets the identifier of the version of the model specified by ModelId that the object will be referencing.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode CreatePackage Builds a deployment package for a complete model.
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetModels Gets a list of identifiers of all the user-defined models in the system for which the current user is an administrator.
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode GetVersions Gets a list of identifiers of all the versions for the model 'modelId'.
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ModelExists Checks for a matching model by name and/or ID.
Öffentliche Methode 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.

Siehe auch

Verweis

Microsoft.MasterDataServices.Deployment-Namespace