TaskCreationInformation members
Provides property settings and methods that are used to create a task.
The TaskCreationInformation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TaskCreationInformation | Creates an instance of the TaskCreationInformation class. |
Top
Properties
Name | Description | |
---|---|---|
AddAfterId | Gets or sets the GUID value of the task that specifies the insertion point. | |
Duration | Gets or sets the task duration. | |
Finish | Gets or sets the task finish date. | |
Id | Gets or sets the GUID of the task. | |
IsManual | Gets or sets a value that indicates whether the task is manually scheduled. | |
Name | Gets or sets the task name. | |
Notes | Gets or sets notes about the task. | |
ParentId | Gets or sets the GUID of the parent task in a hierarchical task list. | |
Start | Gets or sets the task start date. | |
TypeId | (Inherited from ClientValueObject.) |
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