Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
|---|---|---|
![]() |
ResourcePlan | Deprecated. Contains methods to manage resource plans in Project Server. |
![]() |
ResourcePlanDataSet | Deprecated. Represents information about resources including dates, assignments, and utilization data tables. |
![]() |
ResourcePlanDataSet.DatesDataTable | Deprecated. Represents information about resource plan dates that is contained in one or more ResourcePlanDataSet.DatesRow objects. |
![]() |
ResourcePlanDataSet.DatesRow | Deprecated. Specifies the information that is associated with one row of resource plan dates. |
![]() |
ResourcePlanDataSet.DatesRowChangeEvent | Deprecated. Event that occurs when data in a DatesRow is changed. |
![]() |
ResourcePlanDataSet.PlanAssignmentCustomFieldsDataTable | Deprecated. Represents information about resource assignment custom fields that is contained in one or more ResourcePlanDataSet.PlanAssignmentCustomFieldsRow objects. |
![]() |
ResourcePlanDataSet.PlanAssignmentCustomFieldsRow | Deprecated. Represents a custom field value that is related to a particular PlanAssignmentRow object. |
![]() |
ResourcePlanDataSet.PlanAssignmentCustomFieldsRowChangeEvent | Deprecated. Event that occurs when data in a PlanAssignmentCustomFieldsRow is changed. |
![]() |
ResourcePlanDataSet.PlanResourcesDataTable | Deprecated. Represents information about resources that is contained in one or more ResourcePlanDataSet.PlanResourcesRow objects. |
![]() |
ResourcePlanDataSet.PlanResourcesRow | Deprecated. Specifies one row of data for resources associated with the current resource plan. |
![]() |
ResourcePlanDataSet.PlanResourcesRowChangeEvent | Deprecated. Event that occurs when data in a PlanResourcesRow is changed. |
![]() |
ResourcePlanDataSet.UtilizationDataTable | Deprecated. Represents information about resource utilization that is contained in one or more ResourcePlanDataSet.UtilizationRow objects. |
![]() |
ResourcePlanDataSet.UtilizationRow | Deprecated. Specifies one row of information related to a resource used for the current resource plan. |
![]() |
ResourcePlanDataSet.UtilizationRowChangeEvent | Deprecated. Event that occurs when data in a UtilizationRow is changed. |
Delegates
| Delegate | Description | |
|---|---|---|
![]() |
ResourcePlanDataSet.DatesRowChangeEventHandler | Deprecated. Describes event handler settings for when data associated with a ResourcePlanDataSet.DatesRow is edited and an event should be triggered. |
![]() |
ResourcePlanDataSet.PlanAssignmentCustomFieldsRowChangeEventHandler | Deprecated. Describes event handler settings for when data associated with a ResourcePlanDataSet.PlanAssignmentCustomFieldsRow is edited and an event should be triggered. |
![]() |
ResourcePlanDataSet.PlanResourcesRowChangeEventHandler | Deprecated. Describes event handler settings for when data associated with a ResourcePlanDataSet.PlanResourcesRow is edited and an event should be triggered. |
![]() |
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 | |
|---|---|---|
![]() |
ResPlanStatus | Deprecated. Specifies the status of a resource plan. |
.gif)
.gif)
.gif)