| Note Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CorrigoService.Entities
 Syntax
Syntax[SerializableAttribute] public class Note : CorrigoEntity
The Note type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | ActorId | 
            Parent Object ID
             | 
|  | ActorTypeId | 
            Parent Object Type ID
             | 
|  | CreatedAt | 
            Local date/time when Note was created
             | 
|  | CreatedBy | 
            Actor who created the Note
             | 
|  | IsResolved | 
            True means Note was “resolved”
             | 
|  | NoteText | 
            Customer note text.
            Max Length=6144
             | 
|  | NoteTypeLookup | 
            Note type
             | 
|  | UpdatedAt | 
            Local date/time when Note was created
             | 
|  | UpdatedBy | 
            Actor who last modified the Note
             | 
 See Also
See Also