Click or drag to resize

CloseDetailV1 Class

Represents the Closed tab on the activity screen. It's also used when closing an Activity.
Inheritance Hierarchy
SystemObject
  ASI.TAM.API.Data.UI.ActivityCloseDetailV1

Namespace:  ASI.TAM.API.Data.UI.Activity
Assembly:  ASI.TAM.API.Data.UI.Activity (in ASI.TAM.API.Data.UI.Activity.dll) Version: 2021.1.0.1
Syntax
public sealed class CloseDetailV1

The CloseDetailV1 type exposes the following members.

Properties
  NameDescription
Public propertyActualCost
The cost of the activity
Public propertyActualTimeHours
Hours part of the time taken to complete the activity
Public propertyActualTimeMinutes
Minutes part of the time take to complete the activity
Public propertyAverageCost
The average cost of the activity
Public propertyAverageTimeHours
Hours part of the average time to complete the activity
Public propertyAverageTimeMinutes
Minutes part of the average time to complete the activity
Public propertyClosedReason
The reason that a closed activity was UNSUCCESSFUL. Will be empty if ClosedStatus isSuccessful.

Created in Epic SDK 2014.

Required

Public propertyClosedStatus
Closed description (successful/unsuccessful)

Created in Epic SDK 2014.

Required

Public propertyDuration
Total days to complete the activity
Public propertyIgnoreOpenTasks
If this is set to true and "Activity can be closed with open tasks" is set for the corresponding activity code, close will succeed irrespective of whether tasks or open or not.
Top
Remarks