PlannerSolutionDataSet.SolutionResHiredRow Members
Include Protected Members
Include Inherited Members
Represents resources hired information as a row in the PlannerSolutionDataSet.SolutionResHiredDataTable object.
The PlannerSolutionDataSet.SolutionResHiredRow type exposes the following members.
Properties
Name | Description | |
---|---|---|
CUSTOM_FIELD_UID | Gets the GUID of the role custom field look up table for the current portfolio analysis. Read-only. | |
DURATION | Gets the number of months or quarters (depending on the timescale) for the hiring allocation. 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 resource role in role lookup table of the current resource hired. Read-only. | |
PROJ_NAME | Gets the name of the project related to the current planner solution. Read-only. | |
PROJ_UID | Gets the GUID of the project related to the current planner solution. Read-only. | |
RES_HIRE_UID | Gets the GUID of the resource hired entry. Read-only. | |
RESOURCE_COST | Gets the total cost of resources hired to allocate the project in this solution. Read-only. | |
RESOURCE_WORK | Gets the total amount of resource work (in terms of 1/100 of a minute) hired to allocate the project in this solution. Read-only. | |
ROLE_NAME | Gets the resource role name. Read-only. | |
RowError | (Inherited from DataRow.) | |
RowState | (Inherited from DataRow.) | |
SOLUTION_UID | Gets the GUID of the planner solution. Read-only. | |
SolutionsRow | Gets the planner solutions information. | |
START_DATE | Gets the start date of the project when the resource will be allocated. Read-only. | |
Table | (Inherited from DataRow.) |
Top
Methods
Top
Extension Methods
Name | Description | |
---|---|---|
GetValue<T> | Reserved for internal use. (Defined by PSUtility.) |
Top