Click or drag to resize
InOutRounding Class
Container class for In/Out rounding.
Inheritance Hierarchy

Namespace: AMG.API.Definitions.Shifts
Assembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public class InOutRounding : BaseDefinition

The InOutRounding type exposes the following members.

Constructors
  NameDescription
Public methodInOutRounding
Initializes a new instance of the InOutRounding class
Top
Properties
  NameDescription
Public propertyActive
Indicates if the definition is active.
(Inherited from BaseDefinition.)
Public propertyCode
Definition's code
(Inherited from BaseDefinition.)
Public propertyDurationDetails
Array of details for Flexible Shift rounding.
Public propertyId
ID number of definition
(Inherited from BaseDefinition.)
Public propertyName
Name of definition
(Inherited from BaseDefinition.)
Public propertyStartDetails
Array of details for Shift Start rounding.
Public propertyStopDetails
Array of details for Shift Stop rounding.
Top
See Also