Class Members | CSAL Mongo Access Library |
The Class type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
Class | Initializes a new instance of the Class class |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
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