Click or drag to resize
WoActionReasonLookup Class
The object allows to describe what was the reason of WorkOrder status change. Hence it’s created any time WorkOrder status is changed. Web service access scope - read only.
Inheritance Hierarchy
SystemObject
  CorrigoService.EntitiesCorrigoEntity
    CorrigoServiceCorrigoEntityWithOptimisticLock
      CorrigoServiceRemovableCorrigoEntity
        CorrigoService.EntitiesWoActionReasonLookup

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

The WoActionReasonLookup type exposes the following members.

Properties
  NameDescription
Public propertyActionId
Enumeration which describes an action had been taken over the WorkOrder.
Public propertyDescr
Comment for the action reason. Max Length=256
Public propertyDisplayAs
How the reason is represented in UI. Max Length=128
Public propertyHide
Flag to decide whether the object is shown on UI.
Public propertyReasonId
Link to reason object, unique within WO Action.
Top
See Also