OptimizerSolutionDataSet.SolutionConstraintValuesRow Members
Include Protected Members
Include Inherited Members
Represents solution constraint information as a row in the OptimizerSolutionDataSet.SolutionConstraintValuesDataTable object.
The OptimizerSolutionDataSet.SolutionConstraintValuesRow type exposes the following members.
Properties
Name | Description | |
---|---|---|
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.) | |
MD_PROP_UID | Gets or set the GUID of the custom field that the project constraint value is for. | |
NUM_VALUE | Gets or sets the value of the constraint for the specified project. | |
PROJ_UID | Gets or sets the GUID of the project that the constraint value is for. | |
RowError | (Inherited from DataRow.) | |
RowState | (Inherited from DataRow.) | |
SOLUTION_UID | Gets or sets the GUID of the optimizer solution that the constraint and project belong to. | |
SolutionConstraintsRowParent | Gets the solution constraints information. | |
SolutionProjectsRowParent | Gets the solution project information. | |
Table | (Inherited from DataRow.) |
Top
Methods
Top
Extension Methods
Name | Description | |
---|---|---|
GetValue<T> | Reserved for internal use. (Defined by PSUtility.) |
Top