Share via


EntityType class

Representa um tipo de entidade do Project Server.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.ProjectServer.Client.EntityType

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaração
<ScriptTypeAttribute("PS.EntityType", ServerTypeId := "{91585f46-a1c2-40c2-b5b4-7c29a3fb40ff}")> _
Public Class EntityType _
    Inherits ClientObject
'Uso
Dim instance As EntityType
[ScriptTypeAttribute("PS.EntityType", ServerTypeId = "{91585f46-a1c2-40c2-b5b4-7c29a3fb40ff}")]
public class EntityType : ClientObject

Remarks

Exemplos de entidades do Project Server são projetos, tarefas, atribuições, calendários, links e recursos.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

EntityType members

Microsoft.ProjectServer.Client namespace