OptimizerSolutionDataSet.SolutionProjectsRow Members
Include Protected Members
Include Inherited Members
Represents solution project information as a row in the OptimizerSolutionDataSet.SolutionProjectsDataTable object.
The OptimizerSolutionDataSet.SolutionProjectsRow type exposes the following members.
Properties
Name | Description | |
---|---|---|
ABSOLUTE_PRIORITY | Gets the absolute (base) priority assigned to the project within the analysis. Read-only. | |
FORCE_ALIAS_LT_STRUCT_UID | Gets or sets the GUID of the lookup table value that specifies the reason for forcing the project in or out of the solution. | |
FORCE_ALIAS_LT_VALUE_FULL | Gets the lookup table value that specifies the reason for forcing the project in or out of the solution. Read-only. | |
FORCE_STATUS | Gets or sets the value that specifies the forced status of the project within the optimizer solution. | |
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.) | |
PRIORITY | Gets the priority assigned to the project within the analysis. Read-only. | |
PROJ_NAME | Gets the name of the project. Read-only. | |
PROJ_UID | Gets or sets the GUID of the project. | |
RowError | (Inherited from DataRow.) | |
RowState | (Inherited from DataRow.) | |
SOLUTION_UID | Gets or sets the GUID of the optimizer solution the project is included in. | |
SolutionRow | Gets the optimizer solution information. | |
STATUS | Gets or sets the value that specifies the status if the project within the optimizer solution. | |
Table | (Inherited from DataRow.) |
Top
Methods
Top
Extension Methods
Name | Description | |
---|---|---|
GetValue<T> | Reserved for internal use. (Defined by PSUtility.) |
Top