Represents a simple task item that can be used as a data definition object when inserting or adding a Task using a TaskManager with simple data management mode. It is recommended to set at least these data properties: Indentation, Content, Start, Effort, CompletedEffort, Assignments. These data properties can also be set: IsExpanded, Schedule, Predecessors, Cost, MinStart, MaxStart, MinFinish, MaxFinish.

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

Syntax

C#
[LocalizabilityAttribute(LocalizationCategory.None)]
public class SimpleTaskItem : SimpleNodeItem, 
	ITaskItem
Visual Basic (Declaration)
<LocalizabilityAttribute(LocalizationCategory.None)> _
Public Class SimpleTaskItem _
	Inherits SimpleNodeItem _
	Implements ITaskItem

Inheritance Hierarchy

See Also