Class Properties

CSAL Mongo

Class Properties CSAL Mongo Access Library
The Class type exposes the following members.
Properties

  NameDescription
Public propertyAutoCreated
If true, then this class was created automatically as the result of posted turn data
Public propertyClassID
The storage key for the class (note the interaction with Id)
Public propertyId
The MongoDB ID (_id)
Public propertyLessons
List of lessons in this class
Public propertyLocation
Location of the class. Note that this can be used to get a list of student names across classes
Public propertyMeetingTime
Convenience field mainly for display to teachers
Public propertyStudents
List of students enrolled in this class
Public propertyTeacherName
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
Back to Top
See Also