Click or drag to resize
Department Class
Container class for 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 Department : JobDepartmentBase

The Department type exposes the following members.

Constructors
  NameDescription
Public methodDepartment
Initializes a new instance of the Department 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