ScheduleSetDetails
extends BaseComponent
in package
Tags
Table of Contents
Properties
- $AccessList : array<string|int, ScheduleSetAccess>|null
- $BlockGroupId : int|null
- $BlockRotationCreated : bool|null
- $DefinedRotationPattern : bool|null
- $Effdate : string|null
- $Enddate : string|null
- $FieldsToNull : array<string|int, string>|null
- $Fri : bool|null
- $FriInUse : bool|null
- $InsertDate : string|null
- $LastModifyDate : string|null
- $LastModifyUserId : int|null
- $LevelNum : int|null
- $MaxDay : int|null
- $MaxWeek : int|null
- $MeetingTimeCreated : bool|null
- $MeetingTimeId : int|null
- $Mon : bool|null
- $MonInUse : bool|null
- $Sat : bool|null
- $SatInUse : bool|null
- $ScheduleSetDescription : string|null
- $ScheduleSetId : int|null
- $SchoolYearLabel : string|null
- $ShortDescription : string|null
- $StartDay : int|null
- $StartWeek : int|null
- $Sun : bool|null
- $SunInUse : bool|null
- $Thu : bool|null
- $ThuInUse : bool|null
- $Tue : bool|null
- $TueInUse : bool|null
- $vendor_external_id : string|null
- $Wed : bool|null
- $WedInUse : bool|null
- $fields : array<string|int, string>
Properties
$AccessList
public
array<string|int, ScheduleSetAccess>|null
$AccessList
$BlockGroupId
public
int|null
$BlockGroupId
$BlockRotationCreated
public
bool|null
$BlockRotationCreated
$DefinedRotationPattern
public
bool|null
$DefinedRotationPattern
$Effdate
public
string|null
$Effdate
$Enddate
public
string|null
$Enddate
$FieldsToNull
public
array<string|int, string>|null
$FieldsToNull
$Fri
public
bool|null
$Fri
$FriInUse
public
bool|null
$FriInUse
$InsertDate
public
string|null
$InsertDate
$LastModifyDate
public
string|null
$LastModifyDate
$LastModifyUserId
public
int|null
$LastModifyUserId
$LevelNum
public
int|null
$LevelNum
$MaxDay
public
int|null
$MaxDay
$MaxWeek
public
int|null
$MaxWeek
$MeetingTimeCreated
public
bool|null
$MeetingTimeCreated
$MeetingTimeId
public
int|null
$MeetingTimeId
$Mon
public
bool|null
$Mon
$MonInUse
public
bool|null
$MonInUse
$Sat
public
bool|null
$Sat
$SatInUse
public
bool|null
$SatInUse
$ScheduleSetDescription
public
string|null
$ScheduleSetDescription
$ScheduleSetId
public
int|null
$ScheduleSetId
$SchoolYearLabel
public
string|null
$SchoolYearLabel
$ShortDescription
public
string|null
$ShortDescription
$StartDay
public
int|null
$StartDay
$StartWeek
public
int|null
$StartWeek
$Sun
public
bool|null
$Sun
$SunInUse
public
bool|null
$SunInUse
$Thu
public
bool|null
$Thu
$ThuInUse
public
bool|null
$ThuInUse
$Tue
public
bool|null
$Tue
$TueInUse
public
bool|null
$TueInUse
$vendor_external_id
public
string|null
$vendor_external_id
$Wed
public
bool|null
$Wed
$WedInUse
public
bool|null
$WedInUse
$fields
protected
static array<string|int, string>
$fields
= ["ScheduleSetId" => "int", "ScheduleSetDescription" => "string", "ShortDescription" => "string", "OfferingType" => "string", "SchoolYearLabel" => "string", "LevelNum" => "int", "Effdate" => "string", "Enddate" => "string", "StartDay" => "int", "StartWeek" => "int", "MaxDay" => "int", "MaxWeek" => "int", "MeetingList" => "\\Blackbaud\\SKY\\School\\Components\\ScheduleSetMettingPattern[]", "AccessList" => "\\Blackbaud\\SKY\\School\\Components\\ScheduleSetAccess[]", "RotationList" => "\\Blackbaud\\SKY\\School\\Components\\ScheduleSetRotation[]", "DefinedRotationPattern" => "bool", "MeetingTimeCreated" => "bool", "BlockRotationCreated" => "bool", "Sun" => "bool", "Mon" => "bool", "Tue" => "bool", "Wed" => "bool", "Thu" => "bool", "Fri" => "bool", "Sat" => "bool", "SunInUse" => "bool", "MonInUse" => "bool", "TueInUse" => "bool", "WedInUse" => "bool", "ThuInUse" => "bool", "FriInUse" => "bool", "SatInUse" => "bool", "BlockGroupId" => "int", "MeetingTimeId" => "int", "InsertDate" => "string", "LastModifyDate" => "string", "LastModifyUserId" => "int", "FieldsToNull" => "string[]", "vendor_external_id" => "string"]