Package Class

Represents a deployment package.

Inheritance Hierarchy

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

The Package type exposes the following members.

Constructors

  Name Description
Public method Package Initializes a new instance of the Package class with the default values.

Top

Properties

  Name Description
Public property BusinessRules Gets or sets the business rule set contained in the package.
Public property ExportViews Infrastructure. Gets or sets a collection of export view for a package.
Public property MasterData Gets or sets the master data contained in the package.
Public property Metadata Gets or sets the metadata contained in the package.
Public property ModelId Gets the identifier of the model the package contains.
Public property Settings Gets or sets the package settings for the package.

Top

Methods

  Name Description
Public methodStatic member Deserialize(Stream) Infrastructure. Deserializes a package from the specified stream.
Public methodStatic member Deserialize(String) Deserializes a package from the file system.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Serialize(Stream) Infrastructure. Serializes the package to a stream.
Public method Serialize(String) Serializes the package to the file system.
Public method ToString (Inherited from Object.)
Public method Validate Checks the package for various expected conditions.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.MasterDataServices.Deployment Namespace