DeleteWorkPackageServiceArguments Class |
Namespace: Cobra.Model.WebService
public class DeleteWorkPackageServiceArguments : IProjectOperationsServiceArguments
The DeleteWorkPackageServiceArguments type exposes the following members.
Name | Description | |
---|---|---|
CA1 |
Determines the first control account field where the work package will be deleted.
| |
CA2 |
Determines the second control account field where the work package will be deleted.
| |
CA3 |
Determines the third control account field where the work package will be deleted.
| |
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 will be deleted.
| |
RunUpdateTotalsOnControlAccount |
Determines whether to run the Update Total process on the parent control account after deleting the work package.
| |
ScaleRetainEacMethod |
Applicable only if RunUpdateTotalsOnControlAccount is true and TotalsToUpdate is null or empty or it includes Forecast.
Determines the method to use when scaling Estimate At Complete (EAC) values.
Optional.
Default behavior is the value of the 'Scale Retain EAC' project preference.
| |
TotalsToUpdate |
Applicable only if RunUpdateTotalsOnControlAccount is true.
The list of cost categories whose totals will be updated.
Optional.
If TotalList is left empty, all costs will be updated.
Valid options are:
BudgetProgressActualForecast | |
WP |
Determines the work package field of the work package that will be deleted.
|
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.) |