Class GradebookValidationChanged
public class GradebookValidationChanged : Change, IChange
- Inheritance
-
GradebookValidationChanged
- Implements
- Inherited Members
- Extension Methods
Constructors
GradebookValidationChanged(Guid, Guid, decimal?)
public GradebookValidationChanged(Guid user, Guid competency, decimal? points)
Parameters
Properties
Competency
public Guid Competency { get; set; }
Property Value
Points
public decimal? Points { get; set; }
Property Value
User
public Guid User { get; set; }