CommentAuthor

CommentAuthor class

Represents an author of comments.

public sealed class CommentAuthor : ICommentAuthor

Properties

NameDescription
Comments { get; }Returns the collection of comments made by this author. Read-only ICommentCollection.
Initials { get; set; }Returns or sets the authors initials. Read/write String.
Name { get; set; }Returns or sets the author’s name. Read/write String.

Methods

NameDescription
Remove()Removes the author from the parent collection.

See Also