StudentInfo ClassProvincial Approach to Student Information API
Contains personal information for a student
Inheritance Hierarchy

SystemObject
  PASI.DataContract.Assessment.V2023StudentInfo

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

public class StudentInfo

The StudentInfo type exposes the following members.

Constructors

  NameDescription
Public methodStudentInfo
Top
Properties

  NameDescription
Public propertyBirthDate
(Required) The birthdate on the most recent document that confirms the identity of the student
Public propertyCreatedOnUtc
(Required) The date this student was created in PASI
Public propertyHasDisclosureRestrictions
(Required) True if this student has any active disclosure restrictions
Public propertyIsDeactivated
(Required) True if the StateProvinceId has been deactivated
Public propertyIsDeceased
(Required) True if this student is deceased
Public propertyLastUpdateUtcTime
(Required) The UTC time this student's record was last modified
Public propertyMaturityDate
(Required) The date this student is considered mature
Public propertyOriginalNameRefId
(Required) The reference id of the name this student was created with. Use this reference id to find the name in the StudentNames list.
Public propertyPASICoreVersion
(Required) The version of this student's record
Public propertyPreferredNameRefId
(Required) The reference id of the name that is preferred for this student. Use this reference id to find the name in the StudentNames list. This name could be an alias or the student's current identity.
Public propertyPrimaryStateProvinceId
The primary StateProvinceId this student is linked to
Public propertyScheduledRecordDisposalDate
The date the student’s student record qualifies for disposal.
Public propertySecondaryStateProvinceIds
The secondary StateProvinceIds linked to this student
Public propertyStateProvinceId
(Required) The Alberta Student Number for this student
Public propertyStudentNames
(Required) All the names for this student
Top
See Also

Reference