OptimizerSolutionDataSet.SolutionRow Members
Include Protected Members
Include Inherited Members
Represents optimizer solution information as a row in the OptimizerSolutionDataSet.SolutionDataTable object.
The OptimizerSolutionDataSet.SolutionRow type exposes the following members.
Properties
Name | Description | |
---|---|---|
ANALYSIS_NAME | Gets the name of the analysis that the optimizer solution is based on. Read-only. | |
ANALYSIS_UID | Gets or sets the GUID of the analysis that the optimizer solution is based on. | |
CREATED_BY_RES_NAME | Gets the name of the resource that originally created the optimizer solution. Read-only. | |
CREATED_BY_RES_UID | Gets or sets the GUID of the resource that originally created the optimizer solution. | |
CREATED_DATE | Gets or sets the date when the optimizer solution was originally created. | |
FRONTIER_UID | Gets or sets the GUID of the efficient frontier that corresponds to the optimizer solution. | |
HARD_CONSTRAINT_CF_NAME | Gets the name of the custom field that acts as the primary constraint for the optimizer solution. Read-only. | |
HARD_CONSTRAINT_CF_UID | Gets the GUID of the custom field that acts as the primary constraint for the optimizer solution. Read-only. | |
HasErrors | (Inherited from DataRow.) | |
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 optimizer solution. Read-only. | |
LAST_UPDATED_BY_RES_UID | Gets or sets the GUID of the resource that last modified the optimizer solution. | |
MOD_DATE | Gets or sets the date when the optimizer solution was last modified. | |
OPT_USE_DEPENDENCIES | Gets or set a Boolean value that specifies whether or not the optimizer solution respects portfolio analysis dependencies. | |
RowError | (Inherited from DataRow.) | |
RowState | (Inherited from DataRow.) | |
SOLUTION_DESCRIPTION | Gets or sets the description of the optimizer solution. | |
SOLUTION_NAME | Gets or sets the name of the optimizer solution. | |
SOLUTION_UID | Gets or sets the GUID of the optimizer solution. | |
Table | (Inherited from DataRow.) | |
TOTAL_HARD_CONSTRAINT_VALUE | Gets a value that is the sum of the primary constraint custom field values ofl projects selected in the optimizer solution. Read-only. | |
TOTAL_PRIORITY_VALUE | Gets the value that is the sum of the priority values of all projects selected in the optimizer solution. Read-only. |
Top
Methods
Top
Extension Methods
Name | Description | |
---|---|---|
GetValue<T> | Reserved for internal use. (Defined by PSUtility.) |
Top