Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Room

A Room within a Building

Hierarchy

Index

Properties

building

building: Building

The Building this room is located in


Many Rooms have one Building

capacity

capacity: number

The number of people the room is able to accommodate

example

6

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

meetings

meetings: Meeting[]

All the past and future Meetings that have occurred or are scheduled to occur in this Room


One Room has many Meetings

name

name: string

The room name

example

"Lecture theatre"

updatedAt

updatedAt: Date

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

Generated using TypeDoc