Table of Contents

Class AttemptGridItem

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

Constructors

AttemptGridItem()

public AttemptGridItem()

Properties

AttemptGraded

public DateTimeOffset? AttemptGraded { get; set; }

Property Value

DateTimeOffset?

AttemptIdentifier

public Guid AttemptIdentifier { get; set; }

Property Value

Guid

AttemptIsPassing

public bool AttemptIsPassing { get; set; }

Property Value

bool

AttemptPoints

public decimal? AttemptPoints { get; set; }

Property Value

decimal?

AttemptScore

public decimal AttemptScore { get; set; }

Property Value

decimal

AttemptStarted

public DateTimeOffset? AttemptStarted { get; set; }

Property Value

DateTimeOffset?

AttemptSubmitted

public DateTimeOffset? AttemptSubmitted { get; set; }

Property Value

DateTimeOffset?

AttemptTag

public string AttemptTag { get; set; }

Property Value

string

FormPassingScore

public decimal? FormPassingScore { get; set; }

Property Value

decimal?

FormPoints

public decimal? FormPoints { get; set; }

Property Value

decimal?

LearnerCode

public string LearnerCode { get; set; }

Property Value

string

LearnerEmail

public string LearnerEmail { get; set; }

Property Value

string

LearnerName

public string LearnerName { get; set; }

Property Value

string

LearnerUserIdentifier

public Guid LearnerUserIdentifier { get; set; }

Property Value

Guid

SebVersion

public string SebVersion { get; set; }

Property Value

string