Class GradeItemMaxPointsChanged
public class GradeItemMaxPointsChanged : Change, IChange
- Inheritance
-
GradeItemMaxPointsChanged
- Implements
- Inherited Members
- Extension Methods
Constructors
GradeItemMaxPointsChanged(Guid, decimal?)
public GradeItemMaxPointsChanged(Guid item, decimal? maxPoints)
Parameters
Properties
Item
public Guid Item { get; set; }
Property Value
MaxPoints
public decimal? MaxPoints { get; set; }