Compartilhar via


TaskCreationInformation members

Include protected members
Include inherited members

Fornece configurações de propriedades e métodos que são usados para criar uma tarefa.

The TaskCreationInformation type exposes the following members.

Constructors

  Name Description
Public method TaskCreationInformation Cria uma instância da classe TaskCreationInformation .

Top

Properties

  Name Description
Public property AddAfterId Obtém ou define o valor GUID da tarefa que especifica o ponto de inserção.
Public property Duration Obtém ou define a duração da tarefa.
Public property Finish Obtém ou define a data de término da tarefa.
Public property Id Obtém ou define o GUID da tarefa.
Public property IsManual Obtém ou define um valor que indica se a tarefa é agendada manualmente.
Public property Name Obtém ou define o nome da tarefa.
Public property Notes Obtém ou define as anotações sobre a tarefa.
Public property ParentId Obtém ou define o GUID da tarefa pai em uma lista de tarefas hierárquicas.
Public property Start Obtém ou define a data de início da tarefa.
Public property TypeId (Inherited from ClientValueObject.)

Top

Methods

  Name Description
Public method CustomFromJson (Inherited from ClientValueObject.)
Public method CustomWriteToXml (Inherited from ClientValueObject.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method FromJson (Inherited from ClientValueObject.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method InitOnePropertyFromJson Reservado para uso interno. (Overrides ClientValueObject.InitOnePropertyFromJson(String, JsonReader).)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method WriteToXml Reservado para uso interno. (Overrides ClientValueObject.WriteToXml(XmlWriter, SerializationContext).)

Top

Ver também

Referência

TaskCreationInformation class

Microsoft.ProjectServer.Client namespace