Click or drag to resize
Minors Class
Container class for a group of minors related features.
Inheritance Hierarchy
SystemObject
  AMG.API.Definitions.PoliciesMinors

Namespace: AMG.API.Definitions.Policies
Assembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public class Minors

The Minors type exposes the following members.

Constructors
  NameDescription
Public methodMinors
Initializes a new instance of the Minors class
Top
Properties
  NameDescription
Public propertyAge
Employee age for each group of minors.
Public propertyDayMax
Maximum amount of daily worked hours for each group of minors.
Public propertyEnabled
Indicates if a group of minors is enabled.
Public propertyLastOut

Maximum OUT time for each enabled group of minors.

Only time part of DateTime is used.

Public propertyWeekMax
Maximum amount of weekly worked hours for each enabled group of minors.
Top
See Also