Table of Contents

Class AttemptSubmitted

Namespace
InSite.Domain.Attempts
Assembly
Shift.Sdk.dll
public class AttemptSubmitted : Change, IChange
Inheritance
AttemptSubmitted
Implements
Inherited Members
Extension Methods

Constructors

AttemptSubmitted(string, bool)

public AttemptSubmitted(string userAgent, bool grade)

Parameters

userAgent string
grade bool

Properties

Grade

public bool Grade { get; }

Property Value

bool

UserAgent

public string UserAgent { get; }

Property Value

string