Compartilhar via


StageCustomFieldCreationInformation class

Fornece configurações de propriedades e métodos que são usados para adicionar um campo personalizado a informações de estágio do projeto.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientValueObject
    Microsoft.ProjectServer.Client.StageCustomFieldCreationInformation

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

Syntax

'Declaração
<ScriptTypeAttribute("PS.StageCustomFieldCreationInformation", ValueObject := True,  _
    ServerTypeId := "{ee2262c3-3fff-414e-98b2-44f850fef529}")> _
Public Class StageCustomFieldCreationInformation _
    Inherits ClientValueObject
'Uso
Dim instance As StageCustomFieldCreationInformation
[ScriptTypeAttribute("PS.StageCustomFieldCreationInformation", ValueObject = true, 
    ServerTypeId = "{ee2262c3-3fff-414e-98b2-44f850fef529}")]
public class StageCustomFieldCreationInformation : ClientValueObject

Remarks

Para obter uma lista dos estágios de fluxo de trabalho em Project Web App, consulte https://ServerName/ProjectServerName/Admin/WorkflowStages.aspx. Quando você criar um estágio de fluxo de trabalho em Project Web App, alguns campos na página de criação de estágio representam membros da classe StageCustomFieldCreationInformation . Outros campos na página representam membros da classe StageCustomField e a classe StageDetailPageCreationInformation .

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

StageCustomFieldCreationInformation members

Microsoft.ProjectServer.Client namespace