Class AddEnrollment
- Namespace
- InSite.Application.Gradebooks.Write
- Assembly
- Shift.Sdk.dll
public class AddEnrollment : Command, ICommand
- Inheritance
-
AddEnrollment
- Implements
- Inherited Members
- Extension Methods
Constructors
AddEnrollment(Guid, Guid, Guid, Guid?, DateTimeOffset?, string)
public AddEnrollment(Guid gradebook, Guid enrollment, Guid learner, Guid? period, DateTimeOffset? time, string comment)
Parameters
Properties
Comment
public string Comment { get; set; }
Property Value
Enrollment
public Guid Enrollment { get; set; }
Property Value
Learner
public Guid Learner { get; set; }
Property Value
Period
public Guid? Period { get; set; }
Property Value
- Guid?
Time
public DateTimeOffset? Time { get; set; }