DriverPrioritizationDataSet.PrioritizationRow Members
Include Protected Members
Include Inherited Members
Contains information for one prioritization in a portfolio analysis.
The DriverPrioritizationDataSet.PrioritizationRow type exposes the following members.
Properties
Name | Description | |
---|---|---|
CONSISTENCY_RATIO | Gets or sets a value between 0 and 1 that indicates how logically consistent all of the comparisons in a prioritization are with respect to each other. | |
CREATED_BY_RES_NAME | Gets the name of the resource or user that created the prioritization. Read-only. | |
CREATED_BY_RES_UID | Gets the GUID of the resource or user that created the prioritization. Read-only. | |
CREATED_DATE | Gets the date and time that the prioritization was created. Read-only. | |
DEPARTMENT_NAME | Gets the department name associated with the prioritization. Read-only. | |
DEPARTMENT_UID | Gets the GUID for the department associated with the prioritization. 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 or user that last modified the prioritization. Read-only. | |
LAST_UPDATED_BY_RES_UID | Gets the GUID of the resource or user that last modified the prioritization. Read-only. | |
MOD_DATE | Gets the date and time that the specified prioritization information was last updated. Read-only. | |
PRIORITIZATION_DESCRIPTION | Gets or sets the description of the prioritization. | |
PRIORITIZATION_IS_COMPLETE | Gets a flag that indicates whether the specified prioritization is complete. Read-only. | |
PRIORITIZATION_IS_MANUAL | Gets or sets a flag that indicates whether updates to the prioritization are calculated manually. | |
PRIORITIZATION_IS_USED_IN_ANALYSIS | Gets a flag that indicates whether the prioritization is currently being used by one or more analyses. Read-only. | |
PRIORITIZATION_NAME | Gets or sets the name of the prioritization. | |
PRIORITIZATION_UID | Gets or sets the GUID of the prioritization. | |
RELATIVE_IMPORTANCE_CF_NAME | Gets or sets the name of the custom field used for relative importance within the prioritization. | |
RELATIVE_IMPORTANCE_CF_UID | Gets or sets the GUID of the custom field used for relative importance within the prioritization. | |
RowError | (Inherited from DataRow.) | |
RowState | (Inherited from DataRow.) | |
Table | (Inherited from DataRow.) |
Top
Methods
Top
Extension Methods
Name | Description | |
---|---|---|
GetValue<T> | Reserved for internal use. (Defined by PSUtility.) |
Top