Class AddGradebookValidation
- Namespace
- InSite.Application.Gradebooks.Write
- Assembly
- Shift.Sdk.dll
public class AddGradebookValidation : Command, ICommand
- Inheritance
-
AddGradebookValidation
- Implements
- Inherited Members
- Extension Methods
Constructors
AddGradebookValidation(Guid, Guid, Guid, decimal?)
public AddGradebookValidation(Guid record, 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; }