CandidateEventReadModel
extends BaseComponent
in package
An object with candidate event information
Table of Contents
Properties
- $attended : bool|null
- $comment : string|null
- $id : int|null
- $is_registered : bool|null
- $name : string|null
- $start_time : string|null
- $type : SourceModel
- $fields : array<string|int, string>
Properties
$attended
public
bool|null
$attended
True if the candidate attended the event
$comment
public
string|null
$comment
The comment on the candidate event
$id
public
int|null
$id
The ID of the candidate event
$is_registered
public
bool|null
$is_registered
True if the candidate is registered
$name
public
string|null
$name
The name of the event
$start_time
public
string|null
$start_time
The start time of the event
$type
public
SourceModel
$type
$fields
protected
static array<string|int, string>
$fields
= ["id" => "int", "name" => "string", "type" => "\\Blackbaud\\SKY\\School\\Components\\SourceModel", "start_time" => "string", "is_registered" => "bool", "attended" => "bool", "comment" => "string"]