Calculate |
public class CalculateProgressServiceArguments : IProjectOperationsServiceArguments
The CalculateProgressServiceArguments type exposes the following members.
| Name | Description | |
|---|---|---|
| ControlAccountUidList | A list of Control Account CAWPID values that represents the list of Control Accounts that you want to calculate progress for. | |
| ExcludedProgressTechniques | The list of Progress Techniques that determines which Work Packages will be excluded when progress is calculated. Optional. Default is null. | |
| ForceBaseSPI | Determines whether the schedule performance index (SPI) values for apportioned work packages are updated to match the source work package values. Optional. Default is false. | |
| Log | Determines the comment, change number and 'significant' setting for changes that affect the log. See ProjectAuditLogDescription. | |
| ProgressMethod | Determines the method used to calculate progress. See ProgressMethod. Optional. Default is Budget. | |
| Project | The project that will have progress calculated. | |
| UpdateEAC | Updates EAC values of the project. Optional. Default is false. | |
| UseAdjustingEntry | Determines whether an adjusting entry is added to the work package to zero out existing progress entries instead of deleting them. Optional. Default is true. |
| 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) |