AnnotationBase class
Leave feedback
On this page
Base class for all annotation types. Contains basic annotation information.
The AnnotationBase type exposes the following members:
| Method | Description |
|---|---|
| clone | Returns new instance with the same values. |
| equals | Compares base annotations using the IEquatable Equals method. |
| equals | Compares base annotations using the standard object Equals method. |
| equals_annotation_base | |
| equals_object | |
| get_hash_code | Returns HashCode of AnnotationBase Message, PageNumber and Type Properties. |
| Property | Description |
|---|---|
| created_on | The annotation creation date. |
| id | The annotation unique identifier. This field is auto-incremented. |
| message | The annotation message. |
| page_number | The page number where the annotation should be located. |
| replies | The list of replies (comments) attached to the annotation. |
| state_before_annotation | The previous state of the text before annotating. |
| type | The annotation type. |
| user | The annotation author. |
Task guides that use AnnotationBase:
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.