Click or drag to resize

TaskItemV1 Class

Represents a Task item in the Tasks collection on the Tasks tab of the activity screen in Epic
Inheritance Hierarchy
SystemObject
  ASI.TAM.API.Data.UI.ActivityTaskItemV1
Namespace:  ASI.TAM.API.Data.UI.Activity
Assembly:  ASI.TAM.API.Data.UI.Activity (in ASI.TAM.API.Data.UI.Activity.dll) Version: 2020.1.0.1
Syntax
public sealed class TaskItemV1

The TaskItemV1 type exposes the following members.

Properties
  NameDescription
Public propertyDescription
Description

Created in Epic SDK V4.1.

Public propertyDueDate
Due Date

Created in Epic SDK V4.1.

Public propertyDueTime
Due Time

Created in Epic SDK V4.1.

Public propertyFlag
Used to choose what action to apply to task item.

Created in Epic SDK V4.1.

Public propertyOrderNumber
Order number of task item.

Created in Epic SDK V4.1.

Public propertyOwner
The Owner of the task as the Employee Who Code.

Created in Epic SDK V4.1.

Public propertyOwnerType
The Owner Type. If the user attempts to set this property, the value will be overridden to be "SpecificPerson"

Created in Epic SDK V4.1.

Public propertyStartDate
Start Date

Created in Epic SDK V4.1.

Public propertyStartTime
Start Time

Created in Epic SDK V4.1.

Public propertyStatus
Status

Created in Epic SDK V4.1.

Public propertyTaskID
The unique ID associated to the task.

Created in Epic SDK V4.1.

Public propertyTaskNotes
The notes associated to the task.

Created in Epic SDK V4.1.

Top
Remarks