Class AttemptCommentModel
public class AttemptCommentModel
- Inheritance
-
AttemptCommentModel
- Inherited Members
- Extension Methods
Constructors
AttemptCommentModel()
public AttemptCommentModel()
Properties
CommentPosted
public DateTimeOffset CommentPosted { get; set; }
Property Value
CommentText
public string CommentText { get; set; }
Property Value
QuestionSequence
public int QuestionSequence { get; set; }
Property Value
QuestionTitle
public string QuestionTitle { get; set; }