DegreeOutputModel
extends BaseComponent
in package
Tags
Table of Contents
Properties
- $completed_on : string|null
- $conferred_on : string|null
- $created : string|null
- $created_by : string|null
- $credits_completed : float|null
- $credits_in_progress : float|null
- $credits_remaining : float|null
- $declared_on : string|null
- $id : int|null
- $modified : string|null
- $modified_by : string|null
- $fields : array<string|int, string>
Properties
$completed_on
public
string|null
$completed_on
From User Area of Study Group
$conferred_on
public
string|null
$conferred_on
From User Area of Study Group
$created
public
string|null
$created
The date the area of study was created
$created_by
public
string|null
$created_by
The BBID of the user who created the area of study
$credits_completed
public
float|null
$credits_completed
From User Area of Study Reference
$credits_in_progress
public
float|null
$credits_in_progress
From User Area of Study Reference
$credits_remaining
public
float|null
$credits_remaining
From User Area of Study Reference
$declared_on
public
string|null
$declared_on
From User Area of Study Reference
$id
public
int|null
$id
The Id of the area of study
$modified
public
string|null
$modified
The date the area of study was last modified
$modified_by
public
string|null
$modified_by
The BBID of the user who last modified the area of study
$fields
protected
static array<string|int, string>
$fields
= ["id" => "int", "declared_on" => "string", "completed_on" => "string", "conferred_on" => "string", "credits_completed" => "float", "credits_in_progress" => "float", "credits_remaining" => "float", "created_by" => "string", "modified_by" => "string", "created" => "string", "modified" => "string", "requirement_set" => "\\Blackbaud\\SKY\\School\\Components\\AreaOfStudyOutputModel[]", "majors" => "\\Blackbaud\\SKY\\School\\Components\\UserAreaOfStudyReferenceOutputModel[]", "minors" => "\\Blackbaud\\SKY\\School\\Components\\UserAreaOfStudyReferenceOutputModel[]", "concentrations" => "\\Blackbaud\\SKY\\School\\Components\\UserAreaOfStudyReferenceOutputModel[]"]