Table of Contents

Class AttemptCommentModel

Namespace
Shift.Sdk.UI
Assembly
Shift.Sdk.dll
public class AttemptCommentModel
Inheritance
AttemptCommentModel
Inherited Members
Extension Methods

Constructors

AttemptCommentModel()

public AttemptCommentModel()

Properties

CommentPosted

public DateTimeOffset CommentPosted { get; set; }

Property Value

DateTimeOffset

CommentText

public string CommentText { get; set; }

Property Value

string

QuestionSequence

public int QuestionSequence { get; set; }

Property Value

int

QuestionTitle

public string QuestionTitle { get; set; }

Property Value

string