Share via


AnalysisDataSet.AnalysisPlannerSolutionsRow members

Represents planner solutions information as a row in the AnalysisDataSet.AnalysisPlannerSolutionsDataTable object.

The AnalysisDataSet.AnalysisPlannerSolutionsRow type exposes the following members.

Properties

  Name Description
Public property ALLOCATION_THRESHOLD Gets the value that specifies the percentage at which a project is considered fully resourced for the solution. Read-only.
Public property ANALYSIS_UID Gets the GUID of the analysis the portfolio analysis resource planner solution is based on. Read-only.
Public property AnalysisRow Gets the analysis information. Read-only.
Public property CONSTRAINT_TYPE Gets the type of constraint used by the portfolio analysis resource planner solution. Read-only.
Public property CONSTRAINT_VALUE Gets the limit used for the portfolio analysis resource planner solution. Read-only.
Public property CREATED_BY_RES_NAME Gets the name of the resource that created the portfolio analysis resource planner solution. Read-only.
Public property CREATED_BY_RES_UID Gets the GUID of the resource that created the portfolio analysis resource planner solution. Read-only.
Public property CREATED_DATE Gets the date when the portfolio analysis resource planner solution was created. Read-only.
Public property FRONTIER_UID Gets the GUID of the efficient frontier that corresponds to this portfolio analysis resource planner solution. Read-only.
Public property HasErrors (Inherited from DataRow.)
Public property HIRING_TYPE Gets the hiring type used for the portfolio analysis resource planner solution.
Public property Item[Int32] (Inherited from DataRow.)
Public property Item[String] (Inherited from DataRow.)
Public property Item[DataColumn] (Inherited from DataRow.)
Public property Item[Int32, DataRowVersion] (Inherited from DataRow.)
Public property Item[String, DataRowVersion] (Inherited from DataRow.)
Public property Item[DataColumn, DataRowVersion] (Inherited from DataRow.)
Public property ItemArray (Inherited from DataRow.)
Public property LAST_UPDATED_BY_RES_NAME Gets the name of the resource that last modified the portfolio analysis resource planner solution. Read-only.
Public property LAST_UPDATED_BY_RES_UID Gets the GUID of the resource who last modified the portfolio analysis resource planner solution. Read-only.
Public property MOD_DATE Gets the date when the portfolio analysis resource planner solution was last modified. Read-only.
Public property 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.
Public property 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.
Public property OPTIMIZER_SOLUTION_UID Gets the GUID of the cost optimizer solution the portfolio analysis resource planner solutions is based on. Read-only.
Public property 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.
Public property RowError (Inherited from DataRow.)
Public property RowState (Inherited from DataRow.)
Public property SOLUTION_DESCRIPTION Gets the description of the portfolio analysis resource planner solutions. Read-only.
Public property SOLUTION_NAME Gets the name of the portfolio analysis resource planner solution. Read-only.
Public property SOLUTION_UID Gets the GUID of the portfolio analysis resource planner solutions. Read-only.
Public property Table (Inherited from DataRow.)

Top

Methods

  Name Description
Public method AcceptChanges (Inherited from DataRow.)
Public method BeginEdit (Inherited from DataRow.)
Public method CancelEdit (Inherited from DataRow.)
Public method ClearErrors (Inherited from DataRow.)
Public method Delete (Inherited from DataRow.)
Public method EndEdit (Inherited from DataRow.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetChildRows(String) (Inherited from DataRow.)
Public method GetChildRows(DataRelation) (Inherited from DataRow.)
Public method GetChildRows(String, DataRowVersion) (Inherited from DataRow.)
Public method GetChildRows(DataRelation, DataRowVersion) (Inherited from DataRow.)
Public method GetColumnError(Int32) (Inherited from DataRow.)
Public method GetColumnError(String) (Inherited from DataRow.)
Public method GetColumnError(DataColumn) (Inherited from DataRow.)
Public method GetColumnsInError (Inherited from DataRow.)
Public method GetHashCode (Inherited from Object.)
Public method GetParentRow(String) (Inherited from DataRow.)
Public method GetParentRow(DataRelation) (Inherited from DataRow.)
Public method GetParentRow(String, DataRowVersion) (Inherited from DataRow.)
Public method GetParentRow(DataRelation, DataRowVersion) (Inherited from DataRow.)
Public method GetParentRows(String) (Inherited from DataRow.)
Public method GetParentRows(DataRelation) (Inherited from DataRow.)
Public method GetParentRows(String, DataRowVersion) (Inherited from DataRow.)
Public method GetParentRows(DataRelation, DataRowVersion) (Inherited from DataRow.)
Public method GetType (Inherited from Object.)
Public method HasVersion (Inherited from DataRow.)
Public method IsCREATED_BY_RES_NAMENull Determines whether the CREATED_BY_RES_NAME property is set to a null value.
Public method IsCREATED_BY_RES_UIDNull Determines whether the CREATED_BY_RES_UID property is set to a null value.
Public method IsCREATED_DATENull Determines whether the CREATED_DATE property is set to a null value.
Public method IsFRONTIER_UIDNull Determines whether the FRONTIER_UID property is set to a null value.
Public method IsLAST_UPDATED_BY_RES_NAMENull Determines whether the LAST_UPDATED_BY_RES_NAME property is set to a null value.
Public method IsLAST_UPDATED_BY_RES_UIDNull Determines whether the LAST_UPDATED_BY_RES_UID property is set to a null value.
Public method IsMOD_DATENull Determines whether the MOD_DATE property is set to a null value.
Public method IsNull(Int32) (Inherited from DataRow.)
Public method IsNull(String) (Inherited from DataRow.)
Public method IsNull(DataColumn) (Inherited from DataRow.)
Public method IsNull(DataColumn, DataRowVersion) (Inherited from DataRow.)
Public method IsSOLUTION_DESCRIPTIONNull Determines whether the SOLUTION_DESCRIPTION property is set to a null value.
Protected method MemberwiseClone (Inherited from Object.)
Public method RejectChanges (Inherited from DataRow.)
Public method SetAdded (Inherited from DataRow.)
Public method SetColumnError(Int32, String) (Inherited from DataRow.)
Public method SetColumnError(String, String) (Inherited from DataRow.)
Public method SetColumnError(DataColumn, String) (Inherited from DataRow.)
Public method SetCREATED_BY_RES_NAMENull Sets the CREATED_BY_RES_NAME property to a null value.
Public method SetCREATED_BY_RES_UIDNull Sets the CREATED_BY_RES_UID property to a null value.
Public method SetCREATED_DATENull Sets the CREATED_DATE property to a null value.
Public method SetFRONTIER_UIDNull Sets the FRONTIER_UID property to a null value.
Public method SetLAST_UPDATED_BY_RES_NAMENull Sets the LAST_UPDATED_BY_RES_NAME property to a null value.
Public method SetLAST_UPDATED_BY_RES_UIDNull Sets the LAST_UPDATED_BY_RES_UID property to a null value.
Public method SetMOD_DATENull Sets the MOD_DATE property to a null value.
Public method SetModified (Inherited from DataRow.)
Protected method SetNull (Inherited from DataRow.)
Public method SetParentRow(DataRow) (Inherited from DataRow.)
Public method SetParentRow(DataRow, DataRelation) (Inherited from DataRow.)
Public method SetSOLUTION_DESCRIPTIONNull Sets the SOLUTION_DESCRIPTION property to a null value.
Public method ToString (Inherited from Object.)

Top

See also

Reference

AnalysisDataSet.AnalysisPlannerSolutionsRow class

WebSvcPortfolioAnalyses namespace