Student Members | CSAL Mongo Access Library |
The Student type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
Student | Initializes a new instance of the Student 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 |
True if the student was created automatically when a turn was posted
| |
FirstName |
Student's first name - note the GUI only displays subject ID and
in some instances (the student/lesson drill down) actively hides
the first name
| |
Id |
The MongoDB ID (_id)
| |
LastName |
Student's last name
| |
LastTurnTime |
The time the last turn was posted to the database for this student
| |
ReadingURLs |
List of MediaVisit instances posted to the database to maintain a
reading history for this student
| |
TurnCount |
Number of turns posted for this student
| |
UserID |
The storage key for a student (AKA a subject ID) - note
the interaction with Id
|
See Also