Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Building

Represents a physical building within a Harvard Campus. One Building contains many Rooms.

Hierarchy

Index

Properties

campus

campus: Campus

The Campus this building belongs to


One Campus has many Buildings

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

name

name: string

The building name

example

"Maxwell Dworkin"

rooms

rooms: Room[]

The Rooms within this Building


One Building has many Rooms

updatedAt

updatedAt: Date

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

Generated using TypeDoc