Class AttemptFixed
public class AttemptFixed : Change, IChange
- Inheritance
-
AttemptFixed
- Implements
- Inherited Members
- Extension Methods
Constructors
AttemptFixed(int?, int?, bool?, Guid?)
public AttemptFixed(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?