| Disposition Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CorrigoService.Entities
 Syntax
Syntax[SerializableAttribute] public class Disposition : RemovableCorrigoEntity
The Disposition type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | DisplayAs | 
            Name. Max Length=80
             | 
|  | IsCancelled | 
            True means WO items with this disposition are cancelled and no longer pending.
             | 
|  | IsCompleted | 
            True means WO items with this disposition are completed and no longer pending.
             | 
|  | OnCancel | 
            True means this disposition is set automatically when all child WOs are cancelled (work plan automation).
             | 
|  | OnComplete | 
            True means this disposition is set automatically when at least one child WO is completed and no pending child WOs remain (work plan automation).
             | 
|  | OnCreate | 
            True means this disposition is set automatically when child WO gets added to work plan.
             | 
 See Also
See Also