AnalysisDataSet.AnalysisProjectRequirementsByRoleRow members
Represents project role requirements information as a row in the AnalysisDataSet.AnalysisProjectRequirementsByRoleDataTable object.
The AnalysisDataSet.AnalysisProjectRequirementsByRoleRow type exposes the following members.
Properties
Name | Description | |
---|---|---|
ANALYSIS_UID | Gets the GUID of the analysis the requirement 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. | |
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 requirement information is based on. Read-only. | |
PROJ_UID | Gets the GUID of the project the requirement information is based on. Read-only. | |
PROJECT_REQUIREMENT | Gets the amount of resources needed for the specified role, for the specified project, time period, and analysis. Read-only. | |
REQUIREMENT_UID | Gets the GUID of the requirement information. Read-only. | |
RowError | (Inherited from DataRow.) | |
RowState | (Inherited from DataRow.) | |
START_DATE | Gets the beginning of the period of time the requirement information is based on. Read-only. | |
Table | (Inherited from DataRow.) |
Top
Methods
Top