Класс 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.