Class Comment
public class Comment
- Inheritance
-
Comment
- Inherited Members
- Extension Methods
Constructors
Comment()
public Comment()
Properties
AuthorName
public string AuthorName { get; set; }
Property Value
PostedOn
public string PostedOn { get; set; }
Property Value
Text
public string Text { get; set; }
Property Value
Title
public string Title { get; set; }