-
Classes in MySTARS used by MySTARS
Class |
Description |
AccessLevel |
Sets the Access permissions for application and ensures that the person is logging into the correct domain.
|
AU |
An enum that keeps track of the numebr of Academic Units that each Course is worth.
|
ClassType |
An Enum that keeps track of the different class types.
|
Course |
Represents one course/module
|
CourseIndex |
Represents one index of a particular course/module
|
CourseStatus |
An Enum that keeps track of the Status of a particular course.
|
DayOfWeek |
An Enum that keeps track of the day of the week to simplify time tracking.
|
FileType |
FileType Enum that corresponds to the different files that the Application will use.
|
Gender |
Gender Enum that keeps track of the different Genders of the students.
|
Lesson |
Represents one lesson timeslot
|
Student |
Represents one Student
|
User |
The superclass of all User classes in the application.
|
View |
The abstract superclass of all views in the application.
|