Class ScoreCalculated
public class ScoreCalculated : Change, IChange
- Inheritance
-
ScoreCalculated
- Implements
- Inherited Members
- Extension Methods
Constructors
ScoreCalculated(decimal, decimal, string, bool)
public ScoreCalculated(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; }