CopyControlAccountServiceArguments Class |
Namespace: Cobra.Model.WebService
public class CopyControlAccountServiceArguments : IProjectOperationsServiceArguments
The CopyControlAccountServiceArguments type exposes the following members.
| Name | Description | |
|---|---|---|
| FromCA1 |
Determines the first control account field of the control account being copied.
| |
| FromCA2 |
Determines the second control account field of the control account being copied.
| |
| FromCA3 |
Determines the third control account field of the control account being copied.
| |
| FromProject |
Determines the project's Id (name) of the control account being copied.
| |
| SlipByDate |
Determines the new start date which can be either be earlier or later than the start date of the control account being copied.
| |
| ToCA1 |
Determines the first control account field of the new control account.
| |
| ToCA2 |
Determines the second control account field of the new control account.
| |
| ToCA3 |
Determines the third control account field of the new control account.
| |
| ToDescription |
Determines the description of the new control account.
| |
| ToProject |
Determines the project's Id (name) where the control account will be copied.
|
| 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.) |