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