Classe Package
Represents a deployment packgae.
Hierarquia de herança
System. . :: . .Object
Microsoft.MasterDataServices.Deployment..::..Package
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (em Microsoft.MasterDataServices.Deployment.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Class Package
'Uso
Dim instance As Package
[SerializableAttribute]
public class Package
[SerializableAttribute]
public ref class Package
[<SerializableAttribute>]
type Package = class end
public class Package
O tipo Package expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
Package | Initializes a new instance of the Package class with default values. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
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. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Deserialize(MemoryStream) | Deserializes a package from the specified memory stream. | |
Deserialize(String) | Deserializes a package from the file system. | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
Serialize() () () () | Serializes a package to a memory stream. | |
Serialize(String) | Serializes the package to the file system. | |
ToString | (Herdado de Object.) | |
Validate | Checks the package for various expected conditions. |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.