Click or drag to resize
Job Class
Container class for Jobs.
Inheritance Hierarchy

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

The Job type exposes the following members.

Constructors
  NameDescription
Public methodJob
Initializes a new instance of the Job class
Top
Properties
  NameDescription
Public propertyActive
Indicates if the definition is active.
(Inherited from BaseDefinition.)
Public propertyBillRate
Billing rate. Used when UseWage is set.
(Inherited from JobDepartmentBase.)
Public propertyCode
Definition's code
(Inherited from BaseDefinition.)
Public propertyId
ID number of definition
(Inherited from BaseDefinition.)
Public propertyName
Name of definition
(Inherited from BaseDefinition.)
Public propertyNumber
Numerical code used in devices
(Inherited from JobDepartmentBase.)
Public propertyUseWage
Indicates if Wage is used.
(Inherited from JobDepartmentBase.)
Public propertyWage
Wage. Used when UseWage is set.
(Inherited from JobDepartmentBase.)
Top
See Also