Resource members
Contains constants that are used in class methods of the Resource service.
The Resource type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Resource | Creates an instance of the Resource class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
InvalidCharacters | Returns an array of characters that are not valid to use in a Project Server entity name. | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
LocalResourceEntityTypeGuid | Represents the entity type GUID that is used for local resources in the custom field tables of the working database and the published database. | |
MAX_RESOURCE_NAME_LEN | Represents the maximum number of characters that are allowed in a resource name. | |
MAX_RESOURCES_REQUESTED | Contains an integer that represents the maximum number of resources that can be requested in a PSI call. | |
ReportingLocalResourceUID | Represents the GUID that is used for local resources in the reporting database. | |
ReportingTimesheetUnknownResource | Represents the GUID that is used for unknown resources that are associated with actions that are recorded in the reporting database timesheet tables. | |
ReportingUnassignedResourceUID | Represents the GUID that is used for unassigned resources that are associated with special assignments in the reporting database. | |
StatusEnterpriseResourceGuid | Represents the status GUID that is used with enterprise resources in the reporting database. | |
StatusLocalResourceGuid | Represents the status GUID that is used with local resources in the reporting database. | |
StatusUnassignedResourceGuid | Represents the status GUID that is used with unassigned resources in the reporting database. | |
WinProjScratchResource | Contains a GUID that represents a Project Professional null resource. | |
WinProjUnassignedResource | Contains a GUID that represents a Project Professional null resource. | |
WinProjUnknownResource | Contains a GUID that represents a Project Professional null resource. |
Top