Click or drag to resize

TimeEntry Class

Represents a time entry.
Inheritance Hierarchy
SystemObject
  Severa.Entities.APITimeEntry

Namespace: Severa.Entities.API
Assembly: Severa.Entities.API (in Severa.Entities.API.dll) Version: 1.0.0
Syntax
public class TimeEntry

The TimeEntry type exposes the following members.

Constructors
 NameDescription
Public methodTimeEntryInitializes a new instance of the TimeEntry class
Top
Properties
 NameDescription
Public propertyDescription The description of the time entry.
Public propertyEndTime Optional end time of the time entry.
Public propertyEventDate The date when the time entry occurred.
Public propertyGUID A unique identifier of the time entry.
Public propertyPhaseGUID An identifier of the phase where the time entry belongs to.
Public propertyQuantity The duration of time entry in hours.
Public propertyStartTime Optional start time of the time entry.
Public propertyUserGUID An identifier of the user whose time entry this is.
Top
See Also