Condividi tramite


Classe Package

Represents a deployment packgae.

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.MasterDataServices.Deployment..::..Package

Spazio dei nomi  Microsoft.MasterDataServices.Deployment
Assembly:  Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)

Sintassi

'Dichiarazione
<SerializableAttribute> _
Public Class Package
'Utilizzo
Dim instance As Package
[SerializableAttribute]
public class Package
[SerializableAttribute]
public ref class Package
[<SerializableAttribute>]
type Package =  class end
public class Package

Nel tipo Package sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico Package Initializes a new instance of the Package class with default values.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica BusinessRules Gets or sets the business rule set contained in this package.
Proprietà pubblica MasterData Gets or sets the MasterData contained in this package.
Proprietà pubblica Metadata Gets or sets the metadata contained in this package.
Proprietà pubblica ModelId Gets the identifier of the model this package contains.
Proprietà pubblica Settings Gets or sets the package settings for this package.

In alto

Metodi

  Nome Descrizione
Metodo pubblicoMembro statico Deserialize(MemoryStream) Deserializes a package from the specified memory stream.
Metodo pubblicoMembro statico Deserialize(String) Deserializes a package from the file system.
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico Serialize() () () () Serializes a package to a memory stream.
Metodo pubblico Serialize(String) Serializes the package to the file system.
Metodo pubblico ToString Ereditato da Object.
Metodo pubblico Validate Checks the package for various expected conditions.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.