Click or drag to resize

Disposition Class

WO Item Status (Disposition)
Inheritance Hierarchy

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

The Disposition type exposes the following members.

Properties
  NameDescription
Public propertyDisplayAs
Name. Max Length=80
Public propertyIsCancelled
True means WO items with this disposition are cancelled and no longer pending.
Public propertyIsCompleted
True means WO items with this disposition are completed and no longer pending.
Public propertyOnCancel
True means this disposition is set automatically when all child WOs are cancelled (work plan automation).
Public propertyOnComplete
True means this disposition is set automatically when at least one child WO is completed and no pending child WOs remain (work plan automation).
Public propertyOnCreate
True means this disposition is set automatically when child WO gets added to work plan.
Top
See Also