Contains personal information for a student
Inheritance Hierarchy
PASI.DataContract.V2019StudentInfo
Namespace: PASI.DataContract.V2019
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 | |
---|---|---|
CitizenshipStatuses |
The citizenship statuses for this student
| |
CreatedOnUtc | (Required)
The date this student was created in PASI
| |
DateOfDeath |
The date (if known) this student became deceased
| |
DisclosureRestrictions |
The disclosure restrictions for this student
| |
EmailAddresses |
The email addresses for this student
| |
Gender | (Required)
The gender of this student
| |
IdentificationRecord | (Required)
The most recent document that confirms the identity of the student
| |
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
| |
MaturityReason | (Required)
How the maturity date was determined
| |
MedicalAlerts |
The medical alerts for this student
| |
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.
| |
OtherPhoneNumbers |
The phone numbers for this student
| |
ParentGuardians |
The Parents and Guardians for this student
| |
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.
| |
PreferredPhoneNumber |
The phone number that is preferred for this student
| |
PrimaryLanguageSpokenAtHome |
The primary language spoken at home for this student
| |
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
| |
Section23Eligibility |
The section 23 eligibility for this student
| |
StateProvinceId | (Required)
The Alberta Student Number for this student
| |
StudentAddresses |
The physical and mailing addresses for this student
| |
StudentNames | (Required)
All the names for this student
|
See Also