Contains personal information for a student
Inheritance Hierarchy
PASI.DataContract.Assessment.V2023StudentInfo
Namespace: PASI.DataContract.Assessment.V2023
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.25.26.0 (9.25.26.0)
Syntax
The StudentInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
StudentInfo |
Properties
Name | Description | |
---|---|---|
BirthDate | (Required)
The birthdate on the most recent document that confirms the identity of the student
| |
CreatedOnUtc | (Required)
The date this student was created in PASI
| |
HasDisclosureRestrictions | (Required)
True if this student has any active disclosure restrictions
| |
IsDeactivated | (Required)
True if the StateProvinceId has been deactivated
| |
IsDeceased | (Required)
True if this student is deceased
| |
LastUpdateUtcTime | (Required)
The UTC time this student's record was last modified
| |
MaturityDate | (Required)
The date this student is considered mature
| |
OriginalNameRefId | (Required)
The reference id of the name this student was created with. Use this reference id to find the name in the StudentNames
list.
| |
PASICoreVersion | (Required)
The version of this student's record
| |
PreferredNameRefId | (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.
| |
PrimaryStateProvinceId |
The primary StateProvinceId this student is linked to
| |
ScheduledRecordDisposalDate |
The date the student’s student record qualifies for disposal.
| |
SecondaryStateProvinceIds |
The secondary StateProvinceIds linked to this student
| |
StateProvinceId | (Required)
The Alberta Student Number for this student
| |
StudentNames | (Required)
All the names for this student
|
See Also