Click or drag to resize

ActivityEntry Class

Represents an activity
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelActivityEntry

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

The ActivityEntry type exposes the following members.

Constructors
  NameDescription
Public methodActivityEntry
Top
Methods
  NameDescription
Public methodGetId
Implements the IObjectWithId interface
Public methodPassesFilter
Returns true of the activity entry object can pass te provided filter
Top
Fields
  NameDescription
Public fieldAbsDuration
Corresponds to the value of the fixed field 'ActivityAbsDuration' for the activity.
Public fieldActivationDate
The *earliest* date that the activity was activated.
Public fieldActivityType
Type of Activity
Public fieldAssignee
Current assignee
Public fieldCompletionDate
The *latest* date that the activity was completed.
Public fieldDuration
Corresponds to the value of the fixed field 'ActivityDuration' for the activity.
Public fieldId
Activity ID
Public fieldIndex
Content of the Index property on the Activity
Public fieldName
The Name of the Activity
Public fieldState
Activity state
Public fieldWorkItems
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