Click or drag to resize

WorkDayInfo Class

Represents workday info.
Inheritance Hierarchy
SystemObject
  Severa.Entities.APIWorkDayInfo

Namespace: Severa.Entities.API
Assembly: Severa.Entities.API (in Severa.Entities.API.dll) Version: 1.0.0+81fd6e9dd0e61491c37af71b183a89571ee770b3
Syntax
public class WorkDayInfo

The WorkDayInfo type exposes the following members.

Constructors
 NameDescription
Public methodWorkDayInfoInitializes a new instance of the WorkDayInfo class
Top
Properties
 NameDescription
Public propertyActivities Activities on the date. This contains only paid leave activities.
Public propertyDate The date.
Public propertyEntries Hour entries on the date.
Public propertyExpectedHours Hours expected for the date.
Public propertyOvertimeAllowed True when overtime is allowed for the date.
Public propertyReadOnly True when the date is read-only.
Public propertyReady True when the date has been marked as ready (green).
Public propertyTotalHours Total hours entered for the date.
Top
See Also