Clone package user inputs.
Inheritance Hierarchy
Unisys.AgileBusiness.RuntimeAPIPackageCloneParameter
Unisys.AgileBusiness.RuntimeAPIClonePackageParameter
Namespace: Unisys.AgileBusiness.RuntimeAPI
Assembly: Unisys.AgileBusiness.RuntimeAPI (in Unisys.AgileBusiness.RuntimeAPI.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax
The ClonePackageParameter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ClonePackageParameter | Initializes a new instance of the ClonePackageParameter class |
Properties
Name | Description | |
---|---|---|
![]() | BuilderGeneratedPackage |
Path to the builder generated package(.msi or .cab).
(Inherited from PackageCloneParameter.) |
![]() | ConfigurationData |
Handle Configuration Data
(Inherited from PackageCloneParameter.) |
![]() | DBName |
Database name. Default is Builder generated Database name + Clone
|
![]() | DBRegistration |
Database server registration name. Default is Builder generated database server registration name.
|
![]() | DBSchemaName |
Database schema name. Default value is Builder generated instance name + clone.
|
![]() | OverWrite |
Overwrites OutputPath Package. Default is false
(Inherited from PackageCloneParameter.) |
![]() | PackageInstallationDirectory |
Package installation directory. Default is builder generated value + clone
|
![]() | PackageName |
Package name (New output file name) - Default is Builder generated Instance name + Clone.
(Inherited from PackageCloneParameter.) |
![]() | SystemName |
System name- Default is Builder generated Instance name + Clone.
|
![]() | 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