Class: PowerSchoolAttendanceCode

PowerSchoolAttendanceCode

A code assigned to a PowerSchool attendance record.

Members

code :string

The string representing this code.
Type:
  • string
Source:

description :string

A short description of this code.
Type:
  • string
Source:

id :number

The ID of this attendance code.
Type:
  • number
Source:

schoolNumber :number

The number of the school this code belongs to.
Type:
  • number
Source:

sortOrder :number

A number representing the order this code should appear in when sorted.
Type:
  • number
Source:

type :number

The type of this code.
Type:
  • number
Source:

yearID :number

The year ID this code is valid for.
Type:
  • number
Source:

Methods

getSchool() → {PowerSchoolSchool}

Get the school this code belongs to.
Source:
Returns:
Type
PowerSchoolSchool