StatusTaskCreationInformation members

Provides property settings and methods for the creation of a status task object.

The StatusTaskCreationInformation type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property Finish Gets or sets the date when a task is scheduled to be completed.
Public property Id Gets or sets the GUID of the status task object.
Public property Name Gets or sets the name of the status task object.
Public property ParentId Gets or sets the GUID of the parent, or summary, task in a hierarchical task list.
Public property Start Gets or sets the date when work on the task is scheduled to begin.
Public property TypeId (Inherited from ClientValueObject.)
Public property Work Gets or sets the planned work for the task.

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

StatusTaskCreationInformation class

Microsoft.ProjectServer.Client namespace