Package Class

 

Represents a deployment package.

Namespace:   Microsoft.MasterDataServices.Deployment
Assembly:  Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)

Inheritance Hierarchy

System.Object
  Microsoft.MasterDataServices.Deployment.Package

Syntax

[SerializableAttribute]
public class Package
[SerializableAttribute]
public ref class Package 
[<SerializableAttribute>]
type Package = class end
<SerializableAttribute>
Public Class Package

Constructors

Name Description
System_CAPS_pubmethod Package()

Initializes a new instance of the Package class with the default values.

Properties

Name Description
System_CAPS_pubproperty BusinessRules

Gets or sets the business rule set contained in the package.

System_CAPS_pubproperty ExportViews

This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a collection of export view for a package.

System_CAPS_pubproperty MasterData

Gets or sets the master data contained in the package.

System_CAPS_pubproperty Metadata

Gets or sets the metadata contained in the package.

System_CAPS_pubproperty ModelId

Gets the identifier of the model the package contains.

System_CAPS_pubproperty Settings

Gets or sets the package settings for the package.

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static Deserialize(Stream)

This API supports the product infrastructure and is not intended to be used directly from your code. Deserializes a package from the specified stream.

System_CAPS_pubmethodSystem_CAPS_static Deserialize(String)

Deserializes a package from the file system.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod Serialize(Stream)

This API supports the product infrastructure and is not intended to be used directly from your code. Serializes the package to a stream.

System_CAPS_pubmethod Serialize(String)

Serializes the package to the file system.

System_CAPS_pubmethod ToString()

(Inherited from Object.)

System_CAPS_pubmethod Validate()

Checks the package for various expected conditions.

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

Microsoft.MasterDataServices.Deployment Namespace

Return to top