Represents a task item object wrapper generated and managed by a TaskManager, aware of its indentation, start date and time, effort, etc. in a task collection.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

C#
[LocalizabilityAttribute(LocalizationCategory.Ignore)]
public class Task : Node
Visual Basic (Declaration)
<LocalizabilityAttribute(LocalizationCategory.Ignore)> _
Public Class Task _
	Inherits Node

Inheritance Hierarchy

See Also