Partial package inputs.
Inheritance Hierarchy
Unisys.AgileBusiness.RuntimeAPIPackageCloneParameter
Unisys.AgileBusiness.RuntimeAPIPartialPackageParameter
Namespace: Unisys.AgileBusiness.RuntimeAPI
Assembly: Unisys.AgileBusiness.RuntimeAPI (in Unisys.AgileBusiness.RuntimeAPI.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax
The PartialPackageParameter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | PartialPackageParameter | Initializes a new instance of the PartialPackageParameter class |
Properties
Name | Description | |
---|---|---|
![]() | BuilderGeneratedPackage |
Path to the builder generated package(.msi or .cab).
(Inherited from PackageCloneParameter.) |
![]() | ConfigurationData |
Handle Configuration Data
(Inherited from PackageCloneParameter.) |
![]() | DpmGeneratedPackage |
Path to the DPM generated instance package.
|
![]() | InstanceName |
Instance name- Default is Builder generated Instance name + Clone.
|
![]() | OverWrite |
Overwrites OutputPath Package. Default is false
(Inherited from PackageCloneParameter.) |
![]() | PackageName |
Package name (New output file name) - Default is Builder generated Instance name + Clone.
(Inherited from PackageCloneParameter.) |
![]() | ReportName |
Report name (New Package name) - Default is Builder generated Instance name + old ReportName.
|
![]() | TargetPackagePath |
Output package path - Default value is MyDocuments.
(Inherited from PackageCloneParameter.) |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also