Click or drag to resize

Note Class

Represents Customer Note
Inheritance Hierarchy
SystemObject
  CorrigoService.EntitiesCorrigoEntity
    CorrigoService.EntitiesNote

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

The Note type exposes the following members.

Properties
 NameDescription
Public propertyActorId Parent Object ID
Public propertyActorTypeId Parent Object Type ID
Public propertyCreatedAt Local date/time when Note was created
Public propertyCreatedBy Actor who created the Note
Public propertyIsResolved True means Note was “resolved”
Public propertyNoteText Customer note text. Max Length=6144
Public propertyNoteTypeLookup Note type
Public propertyUpdatedAt Local date/time when Note was created
Public propertyUpdatedBy Actor who last modified the Note
Top
See Also