Class Tasks
Represents tasks that make up the project
Inheritance
System.Object
Tasks
Namespace: Syncfusion.ProjIO
Assembly: Syncfusion.ProjIO.Base.dll
Syntax
public class Tasks : Object
Constructors
Tasks()
Default Constructor
Declaration
public Tasks()
Properties
Children
Gets or sets the children.
Declaration
public List<Task> Children { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Task> | The children. |
RootTask
Gets or sets the root task.
Declaration
public Task RootTask { get; set; }
Property Value
Type | Description |
---|---|
Task | The root task. |