ResourceDataSet.ResourceRatesRow members
Office 2013 and later
Gets one set of cost rate data for a resource.
The ResourceDataSet.ResourceRatesRow type exposes the following members.
| 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 | Gets or sets the one-time cost incurred when a resource is used. |
|
RES_OVT_RATE | Gets or sets the resource's hourly rate of pay for overtime. |
|
RES_RATE_EFFECTIVE_DATE | Gets or sets the date and time the resource rate becomes effective. |
|
RES_RATE_TABLE | Gets or sets the rate table on which the resource rate resides. |
|
RES_STD_RATE | Gets or sets the resource's hourly rate of pay for regular, non-overtime work. |
|
RES_UID | Gets or sets the GUID of the resource to which this information applies. |
|
ResourcesRow | Gets the information about a resource. |
|
RowError | (Inherited from DataRow.) |
|
RowState | (Inherited from DataRow.) |
|
Table | (Inherited from DataRow.) |
Top
Show: