Click or drag to resize
AutomaticLunchBreak Class
Automatic lunches or breaks (Elapsed or Fixed)
Inheritance Hierarchy
SystemObject
  AMG.API.TimecardAutomaticLunchBreak

Namespace: AMG.API.Timecard
Assembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public class AutomaticLunchBreak

The AutomaticLunchBreak type exposes the following members.

Constructors
  NameDescription
Public methodAutomaticLunchBreak
Initializes a new instance of the AutomaticLunchBreak class
Top
Properties
  NameDescription
Public propertyApplyMode

Describes how this Lunch/Break is being applied.

enum En_ApplyMode { Elapsed = 0, Punched = 1, Elapsed or Punched = 2, Fixed = 3 }
Public propertyDuration
Lunch/break duration in hours
Public propertyIsPaid
Is the lunch/break paid
Public propertyType

The type of item.

enum En_RoundingType { Lunch = 1, Break = 2 }
Top
See Also