Table of Contents

Class SubmitAttempt

Namespace
InSite.Application.Attempts.Write
Assembly
Shift.Sdk.dll
public class SubmitAttempt : Command, ICommand
Inheritance
SubmitAttempt
Implements
Inherited Members
Extension Methods

Constructors

SubmitAttempt(Guid, string, bool)

public SubmitAttempt(Guid attempt, string userAgent, bool grade)

Parameters

attempt Guid
userAgent string
grade bool

Properties

Grade

public bool Grade { get; }

Property Value

bool

UserAgent

public string UserAgent { get; }

Property Value

string