ResourceDataSet.ResourceRatesRow Members
Include Protected Members
Include Inherited Members
Represents one set of cost rate data for a resource.
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 | Specifies a one-time cost that is incurred when a resource is used. | |
RES_OVT_RATE | Specifies the resource's hourly rate of pay for overtime. | |
RES_RATE_EFFECTIVE_DATE | Specifies the date and time that this resource rate becomes effective. | |
RES_RATE_TABLE | Specifies the rate table on which this resource rate resides. | |
RES_STD_RATE | Specifies the resource's hourly rate of pay for regular, non-overtime work. | |
RES_UID | Specifies the unique ID of the resource to which this information applies. | |
ResourcesRow | Specifies the ResourceDataSet.ResourcesRow object that contains the resource information 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