Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Faculty

Hierarchy

Index

Properties

HUID

HUID: string

absences

absences: Absence[]

One Faculty has many Absences

area

area: Area

The Area to which this Faculty belongs


Many Faculty members have one Area

category

category: FACULTY_TYPE

createdAt

createdAt: Date

Metadata column used for signifying the date the record was created

facultyCourseInstances

facultyCourseInstances: FacultyCourseInstance[]

firstName

firstName: string

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

jointWith

jointWith: string

Affiliations to other schools this faculty member may have outside of SEAS

lastName

lastName: string

notes

notes: string

Notes specific to the faculty member outlining preferences and additional information

updatedAt

updatedAt: Date

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

Generated using TypeDoc