Package-Klasse
Represents a deployment packgae.
Vererbungshierarchie
System. . :: . .Object
Microsoft.MasterDataServices.Deployment..::..Package
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class Package
'Usage
Dim instance As Package
[SerializableAttribute]
public class Package
[SerializableAttribute]
public ref class Package
[<SerializableAttribute>]
type Package = class end
public class Package
Der Package-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
Package | Initializes a new instance of the Package class with default values. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
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. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Deserialize(MemoryStream) | Deserializes a package from the specified memory stream. | |
Deserialize(String) | Deserializes a package from the file system. | |
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
Serialize() () () () | Serializes a package to a memory stream. | |
Serialize(String) | Serializes the package to the file system. | |
ToString | (Geerbt von Object.) | |
Validate | Checks the package for various expected conditions. |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.