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 型別公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
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. |
上層
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。