PackageSettings Class

 

Contains the settings for a deployment package.

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

Inheritance Hierarchy

System.Object
  Microsoft.MasterDataServices.Deployment.PackageSettings

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod PackageSettings()

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

Properties

Name Description
System_CAPS_pubproperty AssemblyVersion

Gets the version of the assembly that created the package.

System_CAPS_pubproperty ContainsData

Gets or sets a value that indicates whether the package contains Master Data.

System_CAPS_pubproperty CreatedBy

Gets or sets the name of the user who created the package.

System_CAPS_pubproperty CreatedDate

Gets or sets the date the package was created.

System_CAPS_pubproperty DeploymentType

Gets or sets the type of the package.

System_CAPS_pubproperty ProductVersion

Gets the version of the product that created the package.

System_CAPS_pubproperty Version

Gets the version of the package.

Methods

Name Description
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 ToString()

(Inherited from Object.)

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