WebSvcResourcePlan namespace

The ResourcePlan class is the primary class in the WebSvcResourcePlan namespace. The ResourcePlan class includes methods that manage resource plans.

The Resource Plan PSI is deprecated. It will continue to be supported for Project 2013 development, but will not be supported in future releases.

Note

In the ASMX web service, ResourcePlan is a class. In the WCF service, ResourcePlan is an interface that is implemented in the ResourcePlanClient class. For information about using the ResourcePlanClient class in a WCF-based application, see the ResourcePlan class constructor.

The WebSvcResourcePlan namespace is an arbitrary name for a reference to the ResourcePlan.asmx web service (or the ResourcePlan.svc service) of the Project Server Interface (PSI). Methods in the ResourcePlan class can read a resource plan status and check out, check in, create, delete, publish, read, or update resource plans.

ResourcePlan methods typically use or return a ResourcePlanDataSet object.

Classes

  Class Description
Public class ResourcePlan Deprecated. Contains methods to manage resource plans in Project Server.
Public class ResourcePlanDataSet Deprecated. Represents information about resources including dates, assignments, and utilization data tables.
Public class ResourcePlanDataSet.DatesDataTable Deprecated. Represents information about resource plan dates that is contained in one or more ResourcePlanDataSet.DatesRow objects.
Public class ResourcePlanDataSet.DatesRow Deprecated. Specifies the information that is associated with one row of resource plan dates.
Public class ResourcePlanDataSet.DatesRowChangeEvent Deprecated. Event that occurs when data in a DatesRow is changed.
Public class ResourcePlanDataSet.PlanAssignmentCustomFieldsDataTable Deprecated. Represents information about resource assignment custom fields that is contained in one or more ResourcePlanDataSet.PlanAssignmentCustomFieldsRow objects.
Public class ResourcePlanDataSet.PlanAssignmentCustomFieldsRow Deprecated. Represents a custom field value that is related to a particular PlanAssignmentRow object.
Public class ResourcePlanDataSet.PlanAssignmentCustomFieldsRowChangeEvent Deprecated. Event that occurs when data in a PlanAssignmentCustomFieldsRow is changed.
Public class ResourcePlanDataSet.PlanResourcesDataTable Deprecated. Represents information about resources that is contained in one or more ResourcePlanDataSet.PlanResourcesRow objects.
Public class ResourcePlanDataSet.PlanResourcesRow Deprecated. Specifies one row of data for resources associated with the current resource plan.
Public class ResourcePlanDataSet.PlanResourcesRowChangeEvent Deprecated. Event that occurs when data in a PlanResourcesRow is changed.
Public class ResourcePlanDataSet.UtilizationDataTable Deprecated. Represents information about resource utilization that is contained in one or more ResourcePlanDataSet.UtilizationRow objects.
Public class ResourcePlanDataSet.UtilizationRow Deprecated. Specifies one row of information related to a resource used for the current resource plan.
Public class ResourcePlanDataSet.UtilizationRowChangeEvent Deprecated. Event that occurs when data in a UtilizationRow is changed.

Delegates

  Delegate Description
Public delegate ResourcePlanDataSet.DatesRowChangeEventHandler Deprecated. Describes event handler settings for when data associated with a ResourcePlanDataSet.DatesRow is edited and an event should be triggered.
Public delegate ResourcePlanDataSet.PlanAssignmentCustomFieldsRowChangeEventHandler Deprecated. Describes event handler settings for when data associated with a ResourcePlanDataSet.PlanAssignmentCustomFieldsRow is edited and an event should be triggered.
Public delegate ResourcePlanDataSet.PlanResourcesRowChangeEventHandler Deprecated. Describes event handler settings for when data associated with a ResourcePlanDataSet.PlanResourcesRow is edited and an event should be triggered.
Public delegate ResourcePlanDataSet.UtilizationRowChangeEventHandler Deprecated. Describes event handler settings for when data associated with a ResourcePlanDataSet.UtilizationRow is edited and an event should be triggered.

Enumerations

  Enumeration Description
Public enumeration ResPlanStatus Deprecated. Specifies the status of a resource plan.