Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SigaaHomework

Hierarchy

Implements

Index

Constructors

constructor

Properties

Protected __instanceIndentifier

__instanceIndentifier: string

Private Optional _description

_description: string

Private _endDate

_endDate: Date

Private Optional _file

_file: File

Private Optional _formSendHomework

_formSendHomework: SigaaForm

Private Optional _formViewHomeworkSubmitted

_formViewHomeworkSubmitted: SigaaForm

Private Optional _haveGrade

_haveGrade: boolean

Private Optional _id

_id: string

Private Optional _isGroupHomework

_isGroupHomework: boolean

Private _startDate

_startDate: Date

Private _title

_title: string

Protected isClosed

isClosed: boolean = false

Readonly type

type: "homework" = 'homework'

Protected Optional updater

Accessors

_instanceIndentifier

  • get _instanceIndentifier(): string

endDate

  • get endDate(): Date

id

  • get id(): null | string

startDate

  • get startDate(): Date

title

  • get title(): string

Methods

Protected checkIfItWasClosed

  • checkIfItWasClosed(): void

close

  • close(): void

getAttachmentFile

  • getAttachmentFile(): Promise<File>

getDescription

  • getDescription(): Promise<string>

getFlagHaveGrade

  • getFlagHaveGrade(): Promise<boolean>

getFlagIsGroupHomework

  • getFlagIsGroupHomework(): Promise<boolean>

update

Protected updateInstance

  • updateInstance(): Promise<void>

Generated using TypeDoc