WoOnSite Class |
Namespace: CorrigoService.Entities
[SerializableAttribute] public class WoOnSite : CorrigoEntityWithOptimisticLock
The WoOnSite type exposes the following members.
Name | Description | |
---|---|---|
![]() | DtCheckIn |
Is local timestamp (depends on TimeZone) of check-in event.
|
![]() | DtCheckOut |
Is local timestamp (depends on TimeZone) of check-out event.
|
![]() | EmployeeId |
Employee performing work.
|
![]() | InCheckTypeId |
Verification method; matches enumeration OnSiteValidationType.
|
![]() | InDistance |
Computed distance in miles between WO main location and actual Employee location during event. Supported when verification method is GPS. Zero value is allowed.
|
![]() | InInvItemId |
Inventory Asset ID; might be defined when verification method is Barcode.
This field is nullable.
|
![]() | InLatitude |
Stores latitude part of Employee location when verification method is GPS. Allowed values are from -90 to 90.
|
![]() | InLongitude |
Stores longitude part of Employee location when verification method is GPS. Allowed values are from -180 to 180.
|
![]() | InStatusId |
Verification status; matches enumeration OnSiteValidationResult.
|
![]() | InValidationValue |
Might store tag or phone number when verification method is IVR or Barcode. Zero-length value is allowed.
|
![]() | OutCheckTypeId |
Verification method; matches enumeration OnSiteValidationType.
If check-out event is missing, OutCheckTypeId == OnSiteValidationType.Unknown.
|
![]() | OutDistance |
Computed distance in miles between WO main location and actual Employee location during event. Supported when verification method is GPS. Zero value is allowed.
|
![]() | OutInvItemId |
Inventory Asset ID; might be defined when verification method is Barcode.
This field is nullable.
|
![]() | OutLatitude |
Stores latitude part of Employee location when verification method is GPS. Allowed values are from -90 to 90.
|
![]() | OutLongitude |
Stores longitude part of Employee location when verification method is GPS. Allowed values are from -180 to 180.
|
![]() | OutStatusId |
Verification status; matches enumeration OnSiteValidationResult.
|
![]() | OutValidationValue |
Might store tag or phone number when verification method is IVR or Barcode. Zero-length value is allowed.
|
![]() | TimeZone | Time Zone value inherited from WO
|
![]() | WorkOrderId |