Options
All
  • Public
  • Public/Protected
  • All
Menu

Class View

An assocication of a user's User.eppn with a list of columns they wish to have displayed on the administration interface

Hierarchy

Index

Properties

columns

columns: string[] = []

All the column names in this view

example
['classSchedule', 'termPattern']

createdAt

createdAt: Date

Metadata column used for signifying the date the record was created

eppn

eppn: string

A unique identifier that uniquely identifies a User. Eppn is used here to indicate the owner of a View.

see

User.eppn

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 name of the view that identifies its purpose to the user.

updatedAt

updatedAt: Date

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

Generated using TypeDoc