Класс Package
Represents a deployment packgae.
Иерархия наследования
System. . :: . .Object
Microsoft.MasterDataServices.Deployment..::..Package
Пространство имен: Microsoft.MasterDataServices.Deployment
Сборка: Microsoft.MasterDataServices.Deployment (в Microsoft.MasterDataServices.Deployment.dll)
Синтаксис
'Декларация
<SerializableAttribute> _
Public Class Package
'Применение
Dim instance As Package
[SerializableAttribute]
public class Package
[SerializableAttribute]
public ref class Package
[<SerializableAttribute>]
type Package = class end
public class Package
Тип Package обеспечивает доступ к следующим элементам.
Конструкторы
| Имя | Описание | |
|---|---|---|
![]() |
Package | Initializes a new instance of the Package class with default values. |
В начало
Свойства
| Имя | Описание | |
|---|---|---|
![]() |
BusinessRules | Gets or sets the business rule set contained in this package. |
![]() |
MasterData | Gets or sets the MasterData contained in this package. |
![]() |
Metadata | Gets or sets the metadata contained in this package. |
![]() |
ModelId | Gets the identifier of the model this package contains. |
![]() |
Settings | Gets or sets the package settings for this package. |
В начало
Методы
| Имя | Описание | |
|---|---|---|
![]() ![]() |
Deserialize(MemoryStream) | Deserializes a package from the specified memory stream. |
![]() ![]() |
Deserialize(String) | Deserializes a package from the file system. |
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetType | (Производный от Object.) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
Serialize() () () () | Serializes a package to a memory stream. |
![]() |
Serialize(String) | Serializes the package to the file system. |
![]() |
ToString | (Производный от Object.) |
![]() |
Validate | Checks the package for various expected conditions. |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
.gif)
.gif)
.gif)
.gif)