| WoNote Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CorrigoService.Entities
 Syntax
Syntax[SerializableAttribute] public class WoNote : CorrigoEntity
The WoNote type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Body | 
            Note text.
            Max Length=6144.
            Is required.
             | 
|  | CreatedBy | 
            Represents the user, provider or other part that created that note.
             | 
|  | CreatedDate | 
            Note creation date and time in work zone time.
            Is required.
             | 
|  | NoteTypeId | 
            Type: Unknown, Completion, Public, Private.
            Is required.
             | 
|  | WorkOrderId | 
            Work Order Id.
            Is required.
             | 
 See Also
See Also