ResourceDataSet.ResourceRatesRow Members
Include Protected Members
Include Inherited Members
Represents resource rate information as a row in the ResourceDataSet.ResourceRatesDataTable object.
The ResourceDataSet.ResourceRatesRow type exposes the following members.
Properties
Name | Description | |
---|---|---|
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.) | |
RES_COST_PER_USE | A one-time cost incurred when a resource is used. | |
RES_OVT_RATE | The resource's hourly rate of pay for overtime. | |
RES_RATE_EFFECTIVE_DATE | The date and time when this resource rate becomes effective. | |
RES_RATE_TABLE | the rate table on which this resource rate resides. | |
RES_STD_RATE | The resource's hourly rate of pay for regular, non-overtime work. | |
RES_UID | The unique ID of the resource to which this information applies. | |
ResourcesRow | The ResourceDataSet.ResourcesRow that contains the resource information that is related to this row. | |
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