Поделиться через


Класс ModelReader

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

Иерархия наследования

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

Пространство имен:  Microsoft.MasterDataServices.Deployment
Сборка:  Microsoft.MasterDataServices.Deployment (в Microsoft.MasterDataServices.Deployment.dll)

Синтаксис

'Декларация
Public Class ModelReader _
    Inherits ServiceProxyManager
'Применение
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

Тип ModelReader обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод ModelReader Initializes a new instance of the ModelReader class with the default values.

В начало

Свойства

  Имя Описание
Открытое свойство CurrentUser Gets the user that represents the current caller. (Производный от 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. (Производный от ServiceProxyManager.)
Открытое свойство VersionId Gets or sets the identifier of the version of the model specified by ModelId that the object will be referencing.

В начало

Методы

  Имя Описание
Открытый метод CreatePackage Builds a deployment package for a complete model.
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от 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 (Производный от Object.)
Открытый метод GetVersions Gets a list of identifiers of all the versions for the model 'modelId'.
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ModelExists Checks for a matching model by name and/or ID.
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.MasterDataServices.Deployment