ProjectDataSet.ProjectResourceRow class

Represents a local project resource or enterprise resource that can be used on this project.

Inheritance hierarchy

System.Object
  System.Data.DataRow
    WebSvcProject.ProjectDataSet.ProjectResourceRow

Namespace:  WebSvcProject
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Class ProjectResourceRow _
    Inherits DataRow
'Usage
Dim instance As ProjectDataSet.ProjectResourceRow
public class ProjectResourceRow : DataRow

Remarks

This row represents a resource in a project. The resource can be a local resource or an enterprise resource, as indicated by the RES_IS_ENTERPRISE_RESOURCE property.

If the resource is an enterprise resource, the properties in this row are copied from the enterprise properties when the resource is added to the project. If the enterprise properties of the enterprise resource are changed later, they might not be reflected fully in data in this row. In the same way, changes made in this row are not made to the enterprise properties and might be overwritten if the resource properties are refreshed from the enterprise data.

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

ProjectDataSet.ProjectResourceRow members

WebSvcProject namespace

ResourceDataSet.ResourcesRow