AnalysisDataSet.AnalysisRoleRatesRow Members
Include Protected Members
Include Inherited Members
Represents role rates information as a row in the AnalysisDataSet.AnalysisRoleRatesDataTable object.
The AnalysisDataSet.AnalysisRoleRatesRow type exposes the following members.
Properties
Name | Description | |
---|---|---|
ANALYSIS_UID | Gets the GUID of the analysis the requirement is based on. Read-only. | |
CUSTOM_FIELD_UID | Gets the GUID of the custom field that contains the list of roles used in the analysis. 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.) | |
LT_STRUCT_UID | Gets the GUID of the lookup table value representing the role that the capacity information is based on. Read-only. | |
RATE_TABLE | Gets the value that specifies which rate table to use when calculating the cost of resources in the portfolio analysis resource planner solution. Read-only. | |
RowError | (Inherited from DataRow.) | |
RowState | (Inherited from DataRow.) | |
STANDARD_RATE | Gets or sets the standard rate for the specified rate table for the specified role in the analysis. | |
Table | (Inherited from DataRow.) |
Top
Methods
Top
Extension Methods
Name | Description | |
---|---|---|
GetValue<T> | Reserved for internal use. (Defined by PSUtility.) |
Top