Click or drag to resize

DeleteWorkPackageServiceArguments Class

Contains options to delete work package.
Inheritance Hierarchy
SystemObject
  Cobra.Model.WebServiceDeleteWorkPackageServiceArguments

Namespace: Cobra.Model.WebService
Assembly: Cobra.Model.WebService (in Cobra.Model.WebService.dll) Version: 8.5.700.3359 (8.5.0700.3359)
Syntax
C#
public class DeleteWorkPackageServiceArguments : IProjectOperationsServiceArguments

The DeleteWorkPackageServiceArguments type exposes the following members.

Properties
 NameDescription
Public propertyCA1 Determines the first control account field where the work package will be deleted.
Public propertyCA2 Determines the second control account field where the work package will be deleted.
Public propertyCA3 Determines the third control account field where the work package will be deleted.
Public propertyLog Determines the comment, change number and 'significant' setting for changes that affect the log. See ProjectAuditLogDescription.
Public propertyProject Determines the project id where the work package will be deleted.
Public propertyRunUpdateTotalsOnControlAccount Determines whether to run the Update Total process on the parent control account after deleting the work package.
Public propertyScaleRetainEacMethod 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.
Public propertyTotalsToUpdate 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
Public propertyWP Determines the work package field of the work package that will be deleted.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also