AnalysisDataSet.AnalysisRemainingCapacityByRoleRow Members
Include Protected Members
Include Inherited Members
Represents remaining capacity by role information as a row in the AnalysisDataSet.AnalysisRemainingCapacityByRoleDataTable object.
The AnalysisDataSet.AnalysisRemainingCapacityByRoleRow type exposes the following members.
Properties
Name | Description | |
---|---|---|
ANALYSIS_UID | Gets the GUID of the portfolio analysis that the capacity information 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. | |
END_DATE | Gets the start date that the capacity information is based on. 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. | |
REM_CAPACITY | Gets or sets the amount of remaining capacity for the particular role in the analysis, over the specified time period. | |
REM_CAPACITY_UID | Gets or sets the GUID for the capacity information. | |
RowError | (Inherited from DataRow.) | |
RowState | (Inherited from DataRow.) | |
START_DATE | Gets or sets the start date that the capacity information is based on. | |
Table | (Inherited from DataRow.) |
Top
Methods
Top
Extension Methods
Name | Description | |
---|---|---|
GetValue<T> | Reserved for internal use. (Defined by PSUtility.) |
Top