Class Members

CSAL Mongo

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

  NameDescription
Public methodClass
Initializes a new instance of the Class class
Back to Top
Methods

  NameDescription
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
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