MoveWorkPackageServiceArguments Class |
Namespace: Cobra.Model.WebService
public class MoveWorkPackageServiceArguments : IProjectOperationsServiceArguments
The MoveWorkPackageServiceArguments type exposes the following members.
Name | Description | |
---|---|---|
Log |
Determines the comment, change number and 'significant' setting for changes that affect the log. See ProjectAuditLogDescription.
| |
Project |
Determines the project id where the work package resides..
| |
SourceControlAccountId1 |
Determines the first control account field of the work package that will be moved.
| |
SourceControlAccountId2 |
Determines the second control account field of the work package that will be moved.
| |
SourceControlAccountId3 |
Determines the third control account field of the work package that will be moved.
| |
SourceWorkPackageId |
Determines the work package field of the work package that will be moved.
| |
TargetControlAccountId1 |
Determines the first control account field of the control account destined by the moving work package.
| |
TargetControlAccountId2 |
Determines the seond control account field of the control account destined by the moving work package.
| |
TargetControlAccountId3 |
Determines the third control account field of the control account destined by the moving work package.
| |
TargetWorkPackageId |
Determines the new work package field after moving the work package.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (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 the default hash function. (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.) |