Enum NoteType
The type of a note stored about a registered item.
Namespace: Algenta.Colectica.Model.Utility
Assembly: Algenta.Colectica.Model.dll
Syntax
public enum NoteType : int
  Fields
| Name | Description | 
|---|---|
| Addendum | The note is an addendum.  | 
      
| Comment | The note is a comment from a user.  | 
      
| Footnote | The note is a footnote.  | 
      
| Other | The note is of some other type.  | 
      
| Problem | The note describes a problem.  | 
      
| Processing | The note describes processing information.  | 
      
| System | The note contains system information.  |