CreateClassServiceArguments Class |
Namespace: Cobra.Model.WebService
public class CreateClassServiceArguments : IProjectOperationsServiceArguments
The CreateClassServiceArguments type exposes the following members.
Name | Description | |
---|---|---|
ActualClassesIncludedInClassForecast |
Applicable for Actual class with IncludeInTotals set to true.
Determines whether to add the new class to the Actual classes that Cobra uses in forecast calculations for the project.
| |
AddClassToCostSet |
Applicable for Actual, Budget and Earned class with IncludeInTotals set to true.
Determines whether to add the new class as an included class to the Actuals, Budget or Earned cost set.
| |
BudgetClassesIncludedInClassEarned |
Applicable for Budget class with IncludeInTotals set to true.
Determines whether to add the new class as an included budget class in the Earned class.
| |
BudgetDateSet |
Applicable for Budget class.
Determines the alternative budget dates for the project.
| |
CalendarSet |
Applicable for Budget or Forecast class.
Determines the calendar set used in spreading the costs associated with the new class.
| |
Class |
Determines the name of the new class.
| |
ClassType |
Determines the class type of the new class.
| |
CreateCostSetWithMatchingName |
Applicable for class with IncludeInTotals set to true.
Determines whether to instruct Cobra to create a new cost set with the same name and description as the new class.
| |
Description |
Determines the description of the new class.
| |
ForecastDateSet |
Applicable for Forecast class.
Determines whether the forecast spread will be based on early, late, or default forecast dates.
| |
ForecastMethod |
Applicable for Forecast class.
Determines the forecast method that will be used for the new class.
| |
IncludedActualClassList |
Applicable for Forecast class with IncludeInTotals set to true.
Determines the Actual classes that Cobra will associate with the new Forecast class.
| |
IncludedBudgetClassList |
Applicable for Actuals, Earned and Forecast class with IncludeInTotals set to true.
Determines the Budget classes that Cobra will associate with the new class.
| |
IncludedEarnedClassList |
Applicable for Forecast class with IncludeInTotals set to true.
Determines the Earned classes that Cobra will associate with the new Forecast class.
| |
IncludeInTotals |
Determines whether to include the values for the new class in the project's actual, budget, earned or forecast totals.
| |
Level |
Determines the level at which costs are entered for the new class.
| |
ObtainBudgetFromAccount |
Applicable for Budget class.
Determines the account from which Cobra will get the budget.
| |
PerformanceCodeFile |
Applicable for Forecast class using method other than Frozen Forecast, Manual Forecast (Retain EAC) and Manual Forecast (Retain ETC) and with Performance Factor Level 1 to 20.
Determines the code file to calculate forecast against.
| |
PerformanceFactorA |
Applicable for Forecast class using the PF=1/(a*CPI+b*SPI) method.
Determines the value of a parameters in the PF=1/(a*CPI+b*SPI) method.
| |
PerformanceFactorB |
Applicable for Forecast class using the PF=1/(a*CPI+b*SPI) method.
Determines the value of a parameters in the PF=1/(a*CPI+b*SPI) method.
| |
PerformanceFactorLevel |
Applicable for Forecast class using method other than Frozen Forecast, Manual Forecast (Retain EAC) and Manual Forecast (Retain ETC).
Determines the level at which Cobra calculates the CPI and SPI.
| |
PreventEditingTimePhaseGrid |
Applicable for Actual, Budget and Forecast class.
Determines whether to prevent users from making changes to the new class in the Time Phase grid.
| |
Project |
Determines the project id where the class will be created.
| |
RateFile |
Applicable for Actual, Budget or Forecast class.
Determines the alternate rate file when calculating costs for the class.
| |
SuppressCalculationOfSourceResults |
Applicable for Budget and Forecast class.
Determines wheter to instruct Cobra not to recalculate source results when a derived result is changed on the new class.
|
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.) |