Class Properties | CSAL Mongo Access Library |
The Class type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
AutoCreated |
If true, then this class was created automatically as the result
of posted turn data
| |
ClassID |
The storage key for the class (note the interaction with Id)
| |
Id |
The MongoDB ID (_id)
| |
Lessons |
List of lessons in this class
| |
Location |
Location of the class. Note that this can be used to get a list
of student names across classes
| |
MeetingTime |
Convenience field mainly for display to teachers
| |
Students |
List of students enrolled in this class
| |
TeacherName |
Name of the teacher for this class. Note that this should be an
email AND that it controls access to the class data in the DB GUI
|
See Also