Table of Contents

Class AttemptCommentListModel

Namespace
InSite.Portal.Assessments.Attempts.Models
Assembly
InSite.UI.dll
public class AttemptCommentListModel
Inheritance
AttemptCommentListModel
Inherited Members

Properties

Comments

public IEnumerable<AttemptCommentModel> Comments { get; }

Property Value

IEnumerable<AttemptCommentModel>

Methods

Create(Guid, int?)

public static AttemptCommentListModel Create(Guid attemptId, int? sectionIndex)

Parameters

attemptId Guid
sectionIndex int?

Returns

AttemptCommentListModel