CSALMongo.Model Namespace | CSAL Mongo Access Library |
This namespace is for model classes used by CSALDatabase. Note that the
data for a turn is modeled via TurnModel. ALSO note that turns are sent to
us via raw JSON.
Classes
Class | Description | |
---|---|---|
Class |
A class of students and lessons
|
|
Lesson |
A lesson presented to a student in a class
|
|
MediaVisit |
Represents a visit to a resource - currently only used for Student.ReadingURLs
|
|
Student |
A student enrolled in a class and assigned lessons
|
|
StudentLessonActs |
Collection of turns posted for a lesson/student combination
|
|
Utils |
Utility functions that make working with this model easier
|