ResourceDataSet.ResourceRatesRow Class

Gets one set of cost rate data for a resource.

Inheritance Hierarchy

System.Object
  System.Data.DataRow
    [Resource Web service].ResourceDataSet.ResourceRatesRow

Namespace:  [Resource Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Resource.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Resource.asmx?wsdl

Syntax

'Declaration
Public Class ResourceRatesRow _
    Inherits DataRow
'Usage
Dim instance As ResourceDataSet.ResourceRatesRow
public class ResourceRatesRow : DataRow

Remarks

ResourceRatesRow has an effective date (RES_RATE_EFFECTIVE_DATE), a regular rate (RES_STD_RATE), an overtime rate (RES_OVT_RATE), and a cost-per-use rate (RES_COST_PER_USE).

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ResourceDataSet.ResourceRatesRow Members

Resource Web Service