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
Properties
Grade
public bool Grade { get; }
Property Value
UserAgent
public string UserAgent { get; }