Planner members
Contains constants for use with an Optimizer planner solution.
The Planner type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Planner | Creates an instance of the Planner class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
ConstraintUidAdditResCost | Represents the GUID for a rule that constrains the costs of additional resources. | |
EFFICIENT_FRONTIER_POINTS_NO | Contains an integer that represents the number of points along the frontier that are considered during the execution of an efficient frontier function. | |
EndDateColumnName | Represents a string that contains the grid column name "END_DATE". | |
FinishDateColumnName | Represents a string that contains the grid column name "FINISH_DATE". | |
HasRequirementsColumnName | Represents a string that contains the grid column name "PROJ_HAS_REQUIREMENTS". | |
MAX_HORIZON | Contains an integer that represents the maximum number of months that can be included in a timephased analysis. | |
MetricUidAdditionalResourcesCost | Represents the GUID for financial data that describes additional resource costs. | |
MetricUidAdditionalResourcesFTE | Represents the GUID for financial data that describes additional resource costs in full-time equivalent (FTE) work units. | |
MetricUidAdditResCost | Represents the GUID for financial data that describes additional resource costs. | |
MetricUidAdditResFTE | Represents the GUID for financial data that describes additional resource costs in full-time equivalent (FTE) work units. | |
OriginalStartDateColumnName | Represents a string that contains the grid column name "ORIGINAL_START_DATE". | |
ParentKeyColumnName | Represents a string that contains the grid column name "PARENT_KEY". | |
ResourceCostColumnName | Represents a string that contains the grid column name ”RESOURCE_COST". | |
ResourceWorkColumnName | Represents a string that contains the grid column name "RESOURCE_WORK". | |
RoleNameColumnName | Represents a string that contains the grid column name "ROLE_NAME". | |
RolesGroupUid | Represents the GUID for a roles group. | |
RowKeyColumnName | Represents a string that contains the grid column name "ROW_KEY". | |
SelectedProjectsGroupUid | Represents the GUID for a group of selected projects. | |
StandardRateColumnName | Represents a string that contains the grid column name "STANDARD_RATE". | |
StartDateColumnName | Represents a string that contains the grid column name "START_DATE". | |
TotalDeficitColumnName | Represents a string that contains the grid column name "TOTAL_DEFICIT". | |
TotalRequirementsColumnName | Represents a string that contains the grid column name "TOTAL_REQ". | |
UnselectedProjectsGroupUid | Represents the GUID for a group of unselected projects. |
Top