Table of Contents

Class QAttemptCommentaryItem

Namespace
InSite.Application.Attempts.Read
Assembly
Shift.Sdk.dll
public class QAttemptCommentaryItem
Inheritance
QAttemptCommentaryItem
Inherited Members
Extension Methods

Constructors

QAttemptCommentaryItem()

public QAttemptCommentaryItem()

Properties

AuthorName

public string AuthorName { get; set; }

Property Value

string

CommentPosted

public DateTimeOffset CommentPosted { get; set; }

Property Value

DateTimeOffset

CommentText

public string CommentText { get; set; }

Property Value

string

FormAssetNumber

public int FormAssetNumber { get; set; }

Property Value

int

FormTitle

public string FormTitle { get; set; }

Property Value

string

QuestionSequence

public int QuestionSequence { get; set; }

Property Value

int

QuestionText

public string QuestionText { get; set; }

Property Value

string