Click or drag to resize

TaskTreeItem Class

Represents a summary of a task and its position in a task tree.
Inheritance Hierarchy
SystemObject
  Severa.Entities.APITaskTreeItem

Namespace: Severa.Entities.API
Assembly: Severa.Entities.API (in Severa.Entities.API.dll) Version: 1.0.0
Syntax
public class TaskTreeItem

The TaskTreeItem type exposes the following members.

Constructors
 NameDescription
Public methodTaskTreeItemInitializes a new instance of the TaskTreeItem class
Top
Properties
 NameDescription
Public propertyAccountGUID Unique identifier for the Account that this Task belongs to.
Public propertyAccountName The name of the Account that this Task belongs to.
Public propertyCaseGUID Unique identifier for the Case that this Task belongs to.
Public propertyCaseName The name of the Case that this Task belongs to.
Public propertyCaseNumber The number of the Account that this Task belongs to.
Public propertyIsLocked Flag that indicates if the task is locked to prevent entry of work hours.
Public propertyParentTaskGUID Unique identifier for the parent of this Task.
Public propertyTaskGUID Unique identifier for the Task.
Public propertyTaskName The name of the Task.
Top
Remarks
A task is referred to in the Severa UI as a Phase (belonging to a Case).
See Also