Classe ModelReader

Reads a model's metadata, business rules, and master data and creates a deployment package containing that information.

Hiérarchie d'héritage

System.Object
  Microsoft.MasterDataServices.Deployment.ServiceProxyManager
    Microsoft.MasterDataServices.Deployment.ModelReader

Espace de noms :  Microsoft.MasterDataServices.Deployment
Assembly :  Microsoft.MasterDataServices.Deployment (en Microsoft.MasterDataServices.Deployment.dll)

Syntaxe

'Déclaration
Public Class ModelReader _
    Inherits ServiceProxyManager
'Utilisation
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

Le type ModelReader expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique ModelReader Initializes a new instance of the ModelReader class with the default values.

Haut de la page

Propriétés

  Nom Description
Propriété publique CurrentUser Gets the user that represents the current caller. (hérité de ServiceProxyManager.)
Propriété publique ModelId Gets or sets the identifier of the model that the object will be referencing.
Propriété protégée ServiceAdapter Gets the service adapter that wraps the service used for all requests. (hérité de ServiceProxyManager.)
Propriété publique VersionId Gets or sets the identifier of the version of the model specified by ModelId that the object will be referencing.

Haut de la page

Méthodes

  Nom Description
Méthode publique CreatePackage Builds a deployment package for a complete model.
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetModels Gets a list of identifiers of all the user-defined models in the system for which the current user is an administrator.
Méthode publique GetType (hérité de Object.)
Méthode publique GetVersions Gets a list of identifiers of all the versions for the model 'modelId'.
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ModelExists Checks for a matching model by name and/or ID.
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.MasterDataServices.Deployment