fsresDepartmentShift Class |
DepartmentShift object
SystemObject
FabSuiteResponseApifsresDepartmentShift
FabSuiteResponseApifsresDepartmentShift
Namespace: FabSuiteResponseApi
Assembly: FabSuiteResponseApi (in FabSuiteResponseApi.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[SerializableAttribute] [XmlTypeAttribute(Namespace = "http://www.fabsuite.com/xml/fabsuite-xml-response-v0108.xsd")] public class fsresDepartmentShift
The fsresDepartmentShift type exposes the following members.
| Name | Description | |
|---|---|---|
| fsresDepartmentShift | Initializes a new instance of the fsresDepartmentShift class |
| Name | Description | |
|---|---|---|
| DepartmentID |
DepartmentID of department that has this shift
| |
| DepartmentShiftID |
DepartmentShift ID
| |
| HoursPerWeek |
Capacity of shift in hours
| |
| IsActive |
True if shift is active
| |
| IsDeleted |
True if shift is deleted
| |
| Name |
Name of shift
| |
| WeightPerWeek |
Capacity of shift in metric tons
| |
| WorkAreaDepartmentID |
WoekArea DepartmentID that has this shift
| |
| WorkAreaID |
Workarea ID of work area with this shift
| |
| WorkshopID |
Workshop ID of workshop with this shift
|