AnalysisDataSet.AnalysisPriorityDataRow members
Represents analysis priority information as a row in the AnalysisDataSet.AnalysisPriorityDataDataTable object.
The AnalysisDataSet.AnalysisPriorityDataRow type exposes the following members.
Properties
Name | Description | |
---|---|---|
ANALYSIS_UID | Gets or sets the GUID of portfolio analysis whose projects are prioritized by the custom field. | |
AnalysisRow | Gets or sets the analysis information. | |
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.) | |
MAX_VALUE | Gets or sets the maximum value for the custom field. | |
MD_PROP_NAME | Gets the name of the custom field used for prioritizing projects in the analysis. Read-only. | |
MD_PROP_UID | Gets or sets the GUID of the custom field used for prioritizing projects in the analysis. | |
MIN_VALUE | Gets or sets the minimum value for the custom field. | |
RowError | (Inherited from DataRow.) | |
RowState | (Inherited from DataRow.) | |
Table | (Inherited from DataRow.) | |
WEIGHT | Gets or sets the weight assigned to the custom field when prioritizing projects in the analysis. |
Top
Methods
Top