Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Area

A subject area is a categorization of coures that all fall within a similar subject area.

For example, "AM 10", "AM 021a" and "AM 115" all occur within the "Appled Mathematics" area.

Hierarchy

Index

Properties

courses

courses: Course[]

An array of Courses within this subject area


One Area has many Courses

createdAt

createdAt: Date

Metadata column used for signifying the date the record was created

faculty

faculty: Faculty[]

An array of Faculty members


One Area has many Faculty members

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

name

name: string

The subject area name

example

"Applied Mathematics"

nonClassParents

nonClassParents: NonClassParent[]

An array of NonClassParents within this subject area


One Area has many NonClassParents

updatedAt

updatedAt: Date

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

Generated using TypeDoc