ResultCreate
extends BaseComponent
in package
Result Create Model
Tags
Table of Contents
Properties
- $schedule_id : int
- $schedule_type : int
- $send_notification : bool
- $fields : array<string|int, string>
Properties
$schedule_id
public
int
$schedule_id
ID for the scheduled event (game)
$schedule_type
public
int
$schedule_type
Set to 0 for Versus scoring results Set to 1 for Place/Points scoring results
$send_notification
public
bool
$send_notification
Toggle to true to send a notification of this event change
$fields
protected
static array<string|int, string>
$fields
= ["schedule_id" => "int", "schedule_type" => "int", "send_notification" => "bool", "opponents" => "\\Blackbaud\\SKY\\School\\Components\\ResultCreateOpponent[]"]