Turn Class |
Namespace: CorrigoService.Entities
[SerializableAttribute] public class Turn : CorrigoEntityWithOptimisticLock
The Turn type exposes the following members.
Name | Description | |
---|---|---|
![]() | AssetId |
Target Asset for Turn;
This field tells where the work will be done.
This field is expected to reference a Unit but it’s not enforced.
Required
|
![]() | DtParentScheduledStart |
Scheduled start date for parent Turn WO.
This value is exposed as "Move Out Date" on UI;
it’s either entered by end user or taken from Space record.
|
![]() | DtReadyByDue |
Ready/Due By date for parent Turn WO. User may provide this value explicitly when creating a Turn.
If specified, the date will define Turn WO’s Due By value.
|
![]() | ErrorDetails |
Error feedback for failed Turns. This value is set by scheduler if Turn Work Order can’t be created due to failure.
|
![]() | StatusId | |
![]() | WorkOrderId |
Work Order created from Turn;
This field is expected to be NULL for pending and failed Turns.
|
![]() | WtTemplateId |
Work Template;
This field tells what work will be done.
This field must reference Work Template whose WO Type has category Turn.
|