ExamSittingInfo ClassProvincial Approach to Student Information API
Used to defined an examination sitting.
Inheritance Hierarchy

SystemObject
  PASI.DataContract.V2017ExamSittingInfo

Namespace: PASI.DataContract.V2017
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.23.3.0 (9.23.3.0)
Syntax

public class ExamSittingInfo

The ExamSittingInfo type exposes the following members.

Constructors

  NameDescription
Public methodExamSittingInfo
Top
Properties

  NameDescription
Public propertyComponentCode
(Required) Identifies the which Exam Component this Exam Sitting relates to.
Public propertyExamRefId
(Required) Identifies the Exam associated to the exam sitting.
Public propertyIsDeleted
(Required) Identifies that the exam sitting has been deleted and should no longer be used.
Public propertyIsSpecial
Identifies if a writing centre is special, and temporary in nature.
Public propertyLastUpdateUtcTime
The Last Update UTC time of this object. This value is ignored when calling the SubmitDiplomaExamSitting service.
Public propertyLocationName
The physical location (not address) where the exam will be proctored.
Public propertyOrganizationCode
Identifies the Organization responsible for managing the Exam Sitting.
Public propertyPASICoreVersion
(Required) The PASI version of this object. This is used for updating the object. Set to zero when creating a new exam sitting.
Public propertyRefId
(Required) The Globally Unique Identifier (GUID) used to reference the exam sitting. record.
Public propertyScheduledDtoTime
(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
Public propertyStudentCapacity
The number of students that may write in this exam sitting.
Top
See Also

Reference