Class CheckBoxComponent

CheckBoxComponent class

Represents CheckBox properties

public class CheckBoxComponent : AnnotationBase, ICheckBoxComponent, IEquatable<CheckBoxComponent>

Constructors

Name Description
CheckBoxComponent() Initializes new instance of CheckBoxComponent class.

Properties

Name Description
Box { get; set; } Gets or sets component position
Checked { get; set; } Gets or sets component checked
CreatedOn { get; set; } Gets or sets annotation creation date
Id { get; set; } Gets or sets annotation unique identifier. This field is auto-incremented.
Message { get; set; } Gets or sets annotation message
PageNumber { get; set; } Page number where the annotation should be located
PenColor { get; set; } Gets or sets component color
Replies { get; set; } The list of replies (comments) attached to the annotation
StateBeforeAnnotation { get; set; }
Style { get; set; } Gets or sets style box
Type { get; set; } Gets or sets annotation type
User { get; set; } Gets or sets annotation author

Methods

Name Description
override Clone() Returns new Instance with same values
Equals(AnnotationBase) Compares Base Annotations using IEquatable Equals method
Equals(CheckBoxComponent) Compares CheckBox Components using IEquatable Equals method
override Equals(object) Compares CheckBox Components using standard object Equals method
override GetHashCode() Returns HashCode of CheckBox Component

Remarks

Learn more

See Also