EnterpriseResourceCostRate class

Represents resource rate information in a EnterpriseResourceCostRateTable.

Syntax

CSOM

class EnterpriseResourceCostRate 

JSOM

PS.EnterpriseResourceCostRate

REST Interface

Supported.

PS.EnterpriseResourceCostRate

http://contoso.sharepoint.com/sites/pwa/_api/ProjectServer/EnterpriseResources('{resourceId}')/CostRateTables('{CostRateTableName}')/CostRates/GetByDateUrl(effectiveDate='2017-05-24')

Members

✓ - Read Support       ✓ʷ - Write Support

Properties

Name .NET JSOM REST Type Description
CostPerUse ✓ʷ ✓ʷ ✓ʷ Double A one-time cost incurred when a resource is used.
EffectiveStarting DateTime The date and time when this resource rate becomes effective.
EffectiveUntil DateTime The date and time when this resource rate no longer effective.
OvertimeRate ✓ʷ ✓ʷ ✓ʷ Double The resource's hourly rate of pay for overtime.
StandardRate ✓ʷ ✓ʷ ✓ʷ Double The resource's hourly rate of pay for regular, non-overtime work.

Methods

Name .NET JSOM REST Return Type Description
DeleteObject() Boolean Deletes the enterprise resource cost rate object.

#### Method Details

DeleteObject()

Deletes the enterprise resource cost rate object.

Syntax
Boolean DeleteObject()
Parameters

None

Return Value

Boolean

See Also

CostRateCreationInformation
EnterpriseResourceCostRateTable
EnterpriseResourceCostRateCollection