A simplified PersonalInfo data contract that is used when creating new Students.
Inheritance Hierarchy
PASI.DataContract.V2017BasicPersonalInfo
Namespace: PASI.DataContract.V2017
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.25.26.0 (9.25.26.0)
Syntax
The BasicPersonalInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BasicPersonalInfo |
Properties
Name | Description | |
---|---|---|
Alias |
An additional name for the student. If provided this name will be considered the student's preferred name.
If it is not provided the Student's identity is the preferred name.
| |
AlternateMailingAddress |
Other mailing address the person may have. A PreferredMailingAddress must be set before supplying this value.
| |
CitizenshipStatus |
The person's citizenship status.
| |
DocumentExpiryDate |
The date the person's documents expires.
| |
ExtendedPersonalInfo |
A list of extra information for the person.
| |
Gender | (Required)
The person's gender.
| |
PreferredMailingAddress |
The mailing address the person prefers. This must be used before supplying an alternate address.
| |
PreferredPhoneNumber |
The phone number the person prefers.
| |
Section23Eligibility |
The person's Section 23 eligibility
|
See Also