Class EnrollmentStarted
public class EnrollmentStarted : Change, IChange
- Inheritance
-
EnrollmentStarted
- Implements
- Inherited Members
- Extension Methods
Constructors
EnrollmentStarted(Guid, Guid, Guid?, DateTimeOffset?, string)
public EnrollmentStarted(Guid enrollment, Guid learner, Guid? period, DateTimeOffset? started, string comment)
Parameters
enrollmentGuidlearnerGuidperiodGuid?startedDateTimeOffset?commentstring
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?
Started
public DateTimeOffset? Started { get; set; }