Used to defined an examination sitting.
Inheritance Hierarchy
PASI.DataContract.V2017ExamSittingInfo
Namespace: PASI.DataContract.V2017
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.25.26.0 (9.25.26.0)
Syntax
The ExamSittingInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ExamSittingInfo |
Properties
Name | Description | |
---|---|---|
ComponentCode | (Required)
Identifies the which Exam Component this Exam Sitting relates to.
| |
ExamRefId | (Required)
Identifies the Exam associated to the exam sitting.
| |
IsDeleted | (Required)
Identifies that the exam sitting has been deleted and should no longer be used.
| |
IsSpecial |
Identifies if a writing centre is special, and temporary in nature.
| |
LastUpdateUtcTime |
The Last Update UTC time of this object. This value
is ignored when calling the SubmitDiplomaExamSitting service. | |
LocationName |
The physical location (not address) where the exam will be proctored.
| |
OrganizationCode |
Identifies the Organization responsible for managing the Exam Sitting.
| |
PASICoreVersion | (Required)
The PASI version of this object. This is used for updating the object.
Set to zero when creating a new exam sitting.
| |
RefId | (Required)
The Globally Unique Identifier (GUID) used to reference the exam sitting.
record.
| |
ScheduledDtoTime | (Required)
The date and time this Exam Sitting is expected to occur relative to Coordinated Universal Time (UTC).
The DateTime portion will be represented as UTC and is indicated with a trailing "Z". The trailing "Z" (Zulu) is part
of the ISO 8601 date-time standard for UTC times. Example: 2000-01-25T09:00:00Z
| |
StudentCapacity |
The number of students that may write in this exam sitting.
|
See Also