Contains personal information for a student
Inheritance Hierarchy
PASI.DataContract.V2019StudentPersonalProfileInfo
Namespace: PASI.DataContract.V2019
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.25.26.0 (9.25.26.0)
Syntax
The StudentPersonalProfileInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
StudentPersonalProfileInfo |
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
| |
HasDisclosureRestrictions | (Required)
True if this student has an active disclosure restriction
| |
IdentificationRecord | (Required)
The most recent document that confirms the identity of this student
| |
IsAssociated | (Required)
True if the calling organization is associated with this student
| |
IsConnectedToMyPass | (Required)
True if this student has a self-connection in myPass
| |
IsDeactivated | (Required)
True if this 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 |
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 |
Parents or 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
| |
PrimaryStateProvinceId |
The primary StateProvinceId this student is linked to
| |
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 addresses for this student
| |
StudentNames | (Required)
All the names for this student
|
See Also