Contains parent/guardian information for a student
Inheritance Hierarchy
PASI.DataContract.V2018ParentGuardianInfo
Namespace: PASI.DataContract.V2018
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.25.26.0 (9.25.26.0)
Syntax
The ParentGuardianInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ParentGuardianInfo |
Properties
Name | Description | |
---|---|---|
EmailAddress |
The email address
| |
ExpiryDate |
Parent/guardian calculated expiry date
| |
ExpiryDateOverride |
Parent/guardian expiry override date
| |
HasSameHomePhoneNumberAsStudent | (Required)
True if the home phone number is the same as student
| |
HasSameMailingAddressAsStudent | (Required)
True if mailing address is the same as student
| |
HasSamePhysicalAddressAsParentMailing | (Required)
Indicate if parent/guardian has same physical address as mailing.
| |
HasSamePhysicalAddressAsStudent | (Required)
True if physical address is the same as student mailing address
| |
HasSamePhysicalAddressAsStudentPhysical |
True if physical address is the same as student physical address
| |
HomeNumber |
The home phone number
| |
IsResidingWith | (Required)
True if student is residing with parent/guardian
| |
LastUpdateUtcTime | (Required)
The UTC time this parent/guardian's record was last modified
| |
MailingAddress |
The mailing address
| |
MobileNumber |
The mobile phone number
| |
Name | (Required)
Parent/guardian's name
| |
PhysicalAddress |
The physical address
| |
RefId | (Required)
The unique identifier for the parent/guardian record
| |
RelationshipDescription |
Additional information about the relationship
| |
RelationshipType | (Required)
Type of relationship
| |
WorkExtension |
The work phone number extension
| |
WorkNumber |
The work phone number
|
See Also