Class CommentAuthor
Represents an author of a comment.
public class CommentAuthor
- Inheritance
-
CommentAuthor
- Inherited Members
Properties
ColorIndex
Gets or sets the color index associated with the author.
public int ColorIndex { get; set; }
Property Value
Id
Gets or sets the ID of the author.
public int Id { get; set; }
Property Value
InitialLetter
Gets or sets the initial letter of the author's name.
public string InitialLetter { get; set; }
Property Value
Name
Gets or sets the name of the author.
public string Name { get; set; }