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 | |
---|---|---|
ModelReader | Initializes a new instance of the ModelReader class with the default values. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
CurrentUser | Gets the user that represents the current caller. (hérité de ServiceProxyManager.) | |
ModelId | Gets or sets the identifier of the model that the object will be referencing. | |
ServiceAdapter | Gets the service adapter that wraps the service used for all requests. (hérité de ServiceProxyManager.) | |
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 | |
---|---|---|
CreatePackage | Builds a deployment package for a complete model. | |
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetModels | Gets a list of identifiers of all the user-defined models in the system for which the current user is an administrator. | |
GetType | (hérité de Object.) | |
GetVersions | Gets a list of identifiers of all the versions for the model 'modelId'. | |
MemberwiseClone | (hérité de Object.) | |
ModelExists | Checks for a matching model by name and/or ID. | |
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.