Click or drag to resize

WorkItem Class

Models the assignment of an active activity to a user
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelWorkItem

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
[SerializableAttribute]
public class WorkItem : IObjectWithId, ICloneable

The WorkItem type exposes the following members.

Constructors
  NameDescription
Public methodWorkItem
Top
Properties
  NameDescription
Public propertyAcceptance
Public propertyAcceptanceTime
Public propertyAction
Public propertyActionTime
Public propertyActivityId
Public propertyAutoAccepted
Defins whether the workitem has been auto-accepted. Can only be true of Acceptance=Accepted.
Public propertyComment
Public propertyCreateTime
Public propertyDeleted
Public propertyId
Public propertyTransitionId
Public propertyUserId
Top
Methods
  NameDescription
Public methodClone
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
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodIObjectWithId.GetId
Top
See Also