Clase Package

Represents a deployment packgae.

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.MasterDataServices.Deployment
Ensamblado:  Microsoft.MasterDataServices.Deployment (en Microsoft.MasterDataServices.Deployment.dll)

Sintaxis

'Declaración
<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

El tipo Package expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público Package Initializes a new instance of the Package class with default values.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública BusinessRules Gets or sets the business rule set contained in this package.
Propiedad pública MasterData Gets or sets the MasterData contained in this package.
Propiedad pública Metadata Gets or sets the metadata contained in this package.
Propiedad pública ModelId Gets the identifier of the model this package contains.
Propiedad pública Settings Gets or sets the package settings for this package.

Arriba

Métodos

  Nombre Descripción
Método públicoMiembro estático Deserialize(MemoryStream) Deserializes a package from the specified memory stream.
Método públicoMiembro estático Deserialize(String) Deserializes a package from the file system.
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público Serialize() () () () Serializes a package to a memory stream.
Método público Serialize(String) Serializes the package to the file system.
Método público ToString (Se hereda de Object.)
Método público Validate Checks the package for various expected conditions.

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.