Class Tasks
Represents tasks that make up the project
Inheritance
System.Object
Tasks
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.ProjIO
Assembly: Syncfusion.ProjIO.Base.dll
Syntax
public class Tasks
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. |