Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StudentBond

Abstraction to represent a student bond.

Hierarchy

  • StudentBond

Implemented by

Index

Properties

Readonly program

program: string

It's the name of the student program, in IFSC it is called "curso".

Readonly registration

registration: string

It is the student registration code, in IFSC it is called "matrĂ­cula".

Readonly type

type: "student"

Methods

getActivities

getCourses

  • Get courses, in IFSC it is called "Turmas Virtuais".

    Parameters

    • Optional allPeriods: boolean

      if true, all courses will be returned; otherwise, only current courses.

    Returns Promise<CourseStudent[]>

    Promise with array of courses.

getCurrentPeriod

  • getCurrentPeriod(): Promise<string>

Generated using TypeDoc