Copy |
public class CopyWorkPackageServiceArguments : IProjectOperationsServiceArguments
The CopyWorkPackageServiceArguments type exposes the following members.
| Name | Description | |
|---|---|---|
| FromCA1 | Determines the first control account field of the work package being copied. | |
| FromCA2 | Determines the second control account field of the work package being copied. | |
| FromCA3 | Determines the third control account field of the work package being copied. | |
| FromProject | Determines the project's Id (name) of the work package being copied. | |
| FromWP | Determines the work package field of the work package being copied. | |
| ToCA1 | Determines the first control account field of the new work package. | |
| ToCA2 | Determines the second control account field of the new work package. | |
| ToCA3 | Determines the third control account field of the new work package. | |
| ToProject | Determines the project's Id (name) where the work package will be copied. | |
| ToWP | Determines the work package field of the new 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) |