TaskCreationInformation members

Provides property settings and methods that are used to create a task.

The TaskCreationInformation type exposes the following members.

Constructors

  Name Description
Public method TaskCreationInformation Creates an instance of the TaskCreationInformation class.

Top

Properties

  Name Description
Public property AddAfterId Gets or sets the GUID value of the task that specifies the insertion point.
Public property Duration Gets or sets the task duration.
Public property Finish Gets or sets the task finish date.
Public property Id Gets or sets the GUID of the task.
Public property IsManual Gets or sets a value that indicates whether the task is manually scheduled.
Public property Name Gets or sets the task name.
Public property Notes Gets or sets notes about the task.
Public property ParentId Gets or sets the GUID of the parent task in a hierarchical task list.
Public property Start Gets or sets the task start date.
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 Reserved for internal use. (Overrides ClientValueObject.InitOnePropertyFromJson(String, JsonReader).)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method WriteToXml Reserved for internal use. (Overrides ClientValueObject.WriteToXml(XmlWriter, SerializationContext).)

Top

See also

Reference

TaskCreationInformation class

Microsoft.ProjectServer.Client namespace