Class FixAttempt
- Namespace
- InSite.Application.Attempts.Write
- Assembly
- Shift.Sdk.dll
public class FixAttempt : Command, ICommand
- Inheritance
-
FixAttempt
- Implements
- Inherited Members
- Extension Methods
Constructors
FixAttempt(Guid, int?, int?, bool?, Guid?)
public FixAttempt(Guid aggregate, int? points, int? score, bool? isPassing, Guid? registration)
Parameters
Properties
IsPassing
public bool? IsPassing { get; set; }
Property Value
- bool?
Points
public int? Points { get; set; }
Property Value
- int?
Registration
public Guid? Registration { get; set; }
Property Value
- Guid?
Score
public int? Score { get; set; }
Property Value
- int?