Share via


EntityTypes class

Represents the types of Project Server entities that are exposed through CSOM.

Syntax

CSOM

class EntityTypes 

JSOM

PS.EntityTypes

REST Interface

Supported.

PS.EntityTypes

http://contoso.sharepoint.com/sites/pwa/_api/ProjectServer/EntityTypes

Members

✓ - Read Support       ✓ʷ - Write Support

Properties

Name .NET JSOM REST Type Description
AssignmentEntity EntityType Gets an assignment entity type.
ProjectEntity EntityType Gets a project entity type.
ResourceEntity EntityType Gets a resource entity type.
TaskEntity EntityType Gets a task entity type.

See Also

ProjectContext