Click or drag to resize

WoFlag Class

WO Flag is read-only entity. All modifications to WO Flags must be performed via WO commands. WO may have one or more Flags set simultaneously. There are between 0 any many Flag records for every WO, no more than 1 record per each Flag Reason. Flag record is created when WO is flagged, and may be modified if WO is flagged again using the same Flag Reason. Record is deleted when specific Flag is cleared.
Inheritance Hierarchy

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

The WoFlag type exposes the following members.

Properties
 NameDescription
Public propertyComment Optional comment provided when this particular Flag was set most recently. Max Length=3072
Public propertyFlagId Flag Reason Id.
Public propertyUtcStamp UTC value indicating when this particular Flag was set most recently.
Public propertyWoId Parent work order Id.
Top
See Also