PackageSettings Class

Contains the settings for a deployment package.

Inheritance Hierarchy

System.Object
  Microsoft.MasterDataServices.Deployment.PackageSettings

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class PackageSettings
'Usage
Dim instance As PackageSettings
[SerializableAttribute]
public class PackageSettings
[SerializableAttribute]
public ref class PackageSettings
[<SerializableAttribute>]
type PackageSettings =  class end
public class PackageSettings

The PackageSettings type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property AssemblyVersion Gets the version of the assembly that created the package.
Public property ContainsData Gets or sets a value that indicates whether the package contains Master Data.
Public property CreatedBy Gets or sets the name of the user who created the package.
Public property CreatedDate Gets or sets the date the package was created.
Public property DeploymentType Gets or sets the type of the package.
Public property ProductVersion Gets the version of the product that created the package.
Public property Version Gets the version of the package.

Top

Methods

  Name Description
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 ToString (Inherited from Object.)

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