Click or drag to resize
JobDepartmentBase Class
Base class for Jobs and Departments.
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 JobDepartmentBase : BaseDefinition

The JobDepartmentBase type exposes the following members.

Constructors
  NameDescription
Public methodJobDepartmentBase
Initializes a new instance of the JobDepartmentBase class
Top
Properties
  NameDescription
Public propertyActive
Indicates if the definition is active.
(Inherited from BaseDefinition.)
Public propertyBillRate
Billing rate. Used when UseWage is set.
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
Public propertyUseWage
Indicates if Wage is used.
Public propertyWage
Wage. Used when UseWage is set.
Top
See Also