Click or drag to resize
WoOnSite Class
Represents check in/out record (read only).
Inheritance Hierarchy
SystemObject
  CorrigoService.EntitiesCorrigoEntity
    CorrigoServiceCorrigoEntityWithOptimisticLock
      CorrigoService.EntitiesWoOnSite

Namespace: CorrigoService.Entities
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class WoOnSite : CorrigoEntityWithOptimisticLock

The WoOnSite type exposes the following members.

Properties
  NameDescription
Public propertyDtCheckIn
Is local timestamp (depends on TimeZone) of check-in event.
Public propertyDtCheckOut
Is local timestamp (depends on TimeZone) of check-out event.
Public propertyEmployeeId
Employee performing work.
Public propertyInCheckTypeId
Verification method; matches enumeration OnSiteValidationType.
Public propertyInDistance
Computed distance in miles between WO main location and actual Employee location during event. Supported when verification method is GPS. Zero value is allowed.
Public propertyInInvItemId
Inventory Asset ID; might be defined when verification method is Barcode. This field is nullable.
Public propertyInLatitude
Stores latitude part of Employee location when verification method is GPS. Allowed values are from -90 to 90.
Public propertyInLongitude
Stores longitude part of Employee location when verification method is GPS. Allowed values are from -180 to 180.
Public propertyInStatusId
Verification status; matches enumeration OnSiteValidationResult.
Public propertyInValidationValue
Might store tag or phone number when verification method is IVR or Barcode. Zero-length value is allowed.
Public propertyOutCheckTypeId
Verification method; matches enumeration OnSiteValidationType. If check-out event is missing, OutCheckTypeId == OnSiteValidationType.Unknown.
Public propertyOutDistance
Computed distance in miles between WO main location and actual Employee location during event. Supported when verification method is GPS. Zero value is allowed.
Public propertyOutInvItemId
Inventory Asset ID; might be defined when verification method is Barcode. This field is nullable.
Public propertyOutLatitude
Stores latitude part of Employee location when verification method is GPS. Allowed values are from -90 to 90.
Public propertyOutLongitude
Stores longitude part of Employee location when verification method is GPS. Allowed values are from -180 to 180.
Public propertyOutStatusId
Verification status; matches enumeration OnSiteValidationResult.
Public propertyOutValidationValue
Might store tag or phone number when verification method is IVR or Barcode. Zero-length value is allowed.
Public propertyTimeZone
Time Zone value inherited from WO
Public propertyWorkOrderId
Top
See Also