Click or drag to resize

OverTime Class

Represents an overtime rate.
Inheritance Hierarchy
SystemObject
  Severa.Entities.APIOverTime

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

The OverTime type exposes the following members.

Constructors
 NameDescription
Public methodOverTimeInitializes a new instance of the OverTime class
Top
Properties
 NameDescription
Public propertyCode Overtime code.
Public propertyGUID Unique identifier for the overtime.
Public propertyIncludeInFlextime Is overtime included in flextime calculation True/False.
Public propertyIsActive Is overtime active True/False.
Public propertyIsWorkTime Not in use.
Public propertyName Overtime name.
Public propertyPercentage Overtime percentage.
Top
See Also