ResourcePlan members
Represents a high-level look at what resources might be needed for a project.
The ResourcePlan type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ResourcePlan | Creates an instance of the ResourcePlan class. |
Top
Properties
Name | Description | |
---|---|---|
Assignments | Gets a collection of PlanAssignment objects that are associated with the resource plan. | |
Context | (Inherited from ClientObject.) | |
Finish | Gets the end date of the resource plan. | |
Id | Gets the GUID of the resource plan. | |
ObjectData | (Inherited from ClientObject.) | |
ObjectVersion | (Inherited from ClientObject.) | |
Path | (Inherited from ClientObject.) | |
ServerObjectIsNull | (Inherited from ClientObject.) | |
Start | Gets the start date of the resource plan. | |
Tag | (Inherited from ClientObject.) | |
TypedObject | (Inherited from ClientObject.) | |
UtilizationDate | Gets or sets the date and time of resource utilization for the current resource plan. | |
UtilizationType | Gets or sets the type of resource utilization for the current resource plan. |
Top
Methods
Name | Description | |
---|---|---|
CheckUninitializedProperty | (Inherited from ClientObject.) | |
CustomFromJson | (Inherited from ClientObject.) | |
DeleteObject | Deletes the ResourcePlan object. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
ForceCheckIn | Checks in the project resource plan in case it was left checked out in Project Server. | |
FromJson | (Inherited from ClientObject.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
InitNonPropertyFieldFromJson | (Inherited from ClientObject.) | |
InitOnePropertyFromJson | Reserved for internal use. (Overrides ClientObject.InitOnePropertyFromJson(String, JsonReader).) | |
IsObjectPropertyInstantiated | (Inherited from ClientObject.) | |
IsPropertyAvailable | (Inherited from ClientObject.) | |
LoadExpandoFields | (Inherited from ClientObject.) | |
MemberwiseClone | (Inherited from Object.) | |
Publish | Publishes the project resource plan and makes it visible to other users in Project Server. | |
RefreshLoad | (Inherited from ClientObject.) | |
RemoveFromParentCollection | (Inherited from ClientObject.) | |
Retrieve() | (Inherited from ClientObject.) | |
Retrieve([]) | (Inherited from ClientObject.) | |
ToString | (Inherited from Object.) | |
Update | Saves changes from the project resource plan back to Project Server. | |
UpdateClientObjectPropertyType | (Inherited from ClientObject.) |
Top