ResourceDataSet.ResourceRatesRow Class
Represents one set of cost rate data for a resource.
Inheritance Hierarchy
System.Object
System.Data.DataRow
WebSvcResource.ResourceDataSet.ResourceRatesRow
Namespace: WebSvcResource
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
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.