Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Semester

Hierarchy

Index

Properties

absences

absences: Absence[]

One Semester has many Absences

academicYear

academicYear: string

The academic year as a 4 digit integer

courseInstances

courseInstances: CourseInstance[]

Course instances scheduled to take place within this semester


One Semester has many CourseInstances

createdAt

createdAt: Date

Metadata column used for signifying the date the record was created

id

id: string

The primary key record identifier. Used for uniquiely identifying records and for cross-table joins. UUID is used to enable records from different tables to be combined into one dataset without causing ID collisions

nonClassEvents

nonClassEvents: NonClassEvent[]

NonClassEvents scheduled to occur within this semester.


One Semester has many NonClassEvents

term

term: TERM

The term this semester occurs in. Can be either spring or fall.

updatedAt

updatedAt: Date

Metadata column used for signifying the date the record was last updated

Generated using TypeDoc