Click or drag to resize

WorkItemEntry Class

Light weight class for a WorkItem
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelWorkItemEntry

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public class WorkItemEntry

The WorkItemEntry type exposes the following members.

Constructors
  NameDescription
Public methodWorkItemEntry
Top
Fields
  NameDescription
Public fieldAbsDuration
The amount of time that passed before the performer completed his task (by activating a transition). The amount of time is measured as ActionDate-ActivationDate.
Public fieldAction
Name of activated transition
Public fieldActionDate
Date that the action was performed.
Public fieldActivationDate
The latest activation date of the activity that lies earlier that ActionDate.
Public fieldComment
Comment provided by the assignee to an WorkItem.
Public fieldWho
Name of user who is assigned to the WorkItem.
Public fieldWhoUserId
ID of user who is assigned to the WorkItem.
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also