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 | |
---|---|---|
![]() |
StatusTaskCreationInformation | Creates an instance of the StatusTaskCreationInformation class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Finish | Gets or sets the date when a task is scheduled to be completed. |
![]() |
Id | Gets or sets the GUID of the status task object. |
![]() |
Name | Gets or sets the name of the status task object. |
![]() |
ParentId | Gets or sets the GUID of the parent, or summary, task in a hierarchical task list. |
![]() |
Start | Gets or sets the date when work on the task is scheduled to begin. |
![]() |
TypeId | (Inherited from ClientValueObject.) |
![]() |
Work | Gets or sets the planned work for the task. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
CustomFromJson | (Inherited from ClientValueObject.) |
![]() |
CustomWriteToXml | (Inherited from ClientValueObject.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
FromJson | (Inherited from ClientValueObject.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
InitOnePropertyFromJson | Reserved for internal use. (Overrides ClientValueObject.InitOnePropertyFromJson(String, JsonReader).) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
WriteToXml | Reserved for internal use. (Overrides ClientValueObject.WriteToXml(XmlWriter, SerializationContext).) |
Top