AnnotationBase class

AnnotationBase class

Base class for all annotation types. Contains basic annotation information.

The AnnotationBase type exposes the following members:

Methods

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.

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.

Guides

Task guides that use AnnotationBase:

See Also