AnalysisDataSet.AnalysisPlannerSolutionsRow Members
Include Protected Members
Include Inherited Members
Represents planner solutions information as a row in the AnalysisDataSet.AnalysisPlannerSolutionsDataTable object.
The AnalysisDataSet.AnalysisPlannerSolutionsRow type exposes the following members.
Properties
Name | Description | |
---|---|---|
ALLOCATION_THRESHOLD | Gets the value that specifies the percentage at which a project is considered fully resourced for the solution. Read-only. | |
ANALYSIS_UID | Gets the GUID of the analysis the portfolio analysis resource planner solution is based on. Read-only. | |
AnalysisRow | Gets the analysis information. Read-only. | |
CONSTRAINT_TYPE | Gets the type of constraint used by the portfolio analysis resource planner solution. Read-only. | |
CONSTRAINT_VALUE | Gets the limit used for the portfolio analysis resource planner solution. Read-only. | |
CREATED_BY_RES_NAME | Gets the name of the resource that created the portfolio analysis resource planner solution. Read-only. | |
CREATED_BY_RES_UID | Gets the GUID of the resource that created the portfolio analysis resource planner solution. Read-only. | |
CREATED_DATE | Gets the date when the portfolio analysis resource planner solution was created. Read-only. | |
FRONTIER_UID | Gets the GUID of the efficient frontier that corresponds to this portfolio analysis resource planner solution. Read-only. | |
HasErrors | (Inherited from DataRow.) | |
HIRING_TYPE | Gets the hiring type used for the portfolio analysis resource planner solution. | |
Item[Int32] | (Inherited from DataRow.) | |
Item[String] | (Inherited from DataRow.) | |
Item[DataColumn] | (Inherited from DataRow.) | |
Item[Int32, DataRowVersion] | (Inherited from DataRow.) | |
Item[String, DataRowVersion] | (Inherited from DataRow.) | |
Item[DataColumn, DataRowVersion] | (Inherited from DataRow.) | |
ItemArray | (Inherited from DataRow.) | |
LAST_UPDATED_BY_RES_NAME | Gets the name of the resource that last modified the portfolio analysis resource planner solution. Read-only. | |
LAST_UPDATED_BY_RES_UID | Gets the GUID of the resource who last modified the portfolio analysis resource planner solution. Read-only. | |
MOD_DATE | Gets the date when the portfolio analysis resource planner solution was last modified. Read-only. | |
OPT_ENF_PROJ_DEP | Gets the Boolean value that specifies whether or not to enforce project-based constraints, such as Mutual-Exclusion, when computing the solution. Read-only. | |
OPT_ENF_SCHEDULING_CONS | Gets the Boolean value that specifies whether or not to enforce schedule-based constraints, such as Finish-To-Start, when computing the solution. Read-only. | |
OPTIMIZER_SOLUTION_UID | Gets the GUID of the cost optimizer solution the portfolio analysis resource planner solutions is based on. Read-only. | |
RATE_TABLE | Gets the value that specifies which rate table to use when calculating the cost for resources in the portfolio analysis resource planner solutions. Read-only. | |
RowError | (Inherited from DataRow.) | |
RowState | (Inherited from DataRow.) | |
SOLUTION_DESCRIPTION | Gets the description of the portfolio analysis resource planner solutions. Read-only. | |
SOLUTION_NAME | Gets the name of the portfolio analysis resource planner solution. Read-only. | |
SOLUTION_UID | Gets the GUID of the portfolio analysis resource planner solutions. Read-only. | |
Table | (Inherited from DataRow.) |
Top
Methods
Top
Extension Methods
Name | Description | |
---|---|---|
GetValue<T> | Reserved for internal use. (Defined by PSUtility.) |
Top