Table of Contents

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

gradebook Guid
enrollment Guid
learner Guid
period Guid?
time DateTimeOffset?
comment string

Properties

Comment

public string Comment { get; set; }

Property Value

string

Enrollment

public Guid Enrollment { get; set; }

Property Value

Guid

Learner

public Guid Learner { get; set; }

Property Value

Guid

Period

public Guid? Period { get; set; }

Property Value

Guid?

Time

public DateTimeOffset? Time { get; set; }

Property Value

DateTimeOffset?