Information of Connection between Education Account and Student.
Inheritance Hierarchy
PASI.DataContract.V2017.StudentConnectionInfo
Namespace: PASI.DataContract.V2017
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.25.26.0 (9.25.26.0)
Syntax
The StudentConnectionInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | StudentConnectionInfo |
Properties
Name | Description | |
---|---|---|
![]() | ActivatedOnUtc |
The UTC time the Education Account Connection was activated.
|
![]() | ConnectionExpiresOn |
The Date that the student connection will expire on.
|
![]() | ConnectionRequestedOnUtc | (Required)
The UTC time the Education Account Connection was requested to be set up.
|
![]() | ConnectionRequestSentToEmailAddress |
Email address that will be used to send the Education Account Connection request confirmation email.
|
![]() | ConnectionStatus |
The status of the specific Education Account Connection.
|
![]() | EducationAccountEmailAddress | (Required)
The email address associated to the Education Account.
|
![]() | EducationAccountIdentifier | (Required)
The identifier used to reference Education Account on PAS (Public Authentication System).
|
![]() | IndividualName |
The name of the individual that is associated to the Education Account and Student Connection.
|
![]() | IsDeleted |
Flag that indicate if a Education Account Connection is deleted.
|
![]() | LastAccessDate |
The date the Education Account Connection was last accessed
|
![]() | OtherRelationShipToStudent |
If relationship to student is specified as "Other", enter the relationship text here.
|
![]() | PASICoreVersion | (Required)
Version of the Education Account Connection record.
|
![]() | RefId | (Required)
The Globally Unique Identifier (GUID) used to reference the Education Account Connection record.
|
![]() | RelationshipToStudent |
Predefined relationship of the individual to the student.
|
![]() | RequestExpiryDate |
The date the Education Account Connection request is expired.
|
![]() | StateProvinceId | (Required)
The primary StateProvinceId for the student, otherwise known as the Alberta Student Number (ASN).
|
![]() | StudentBirthDate | (Required)
The student birthdate.
|
![]() | StudentLegalName | (Required)
The legal name of the Student.
|
![]() | StudentPreferredName | (Required)
The preferred name of the Student.
|
![]() | SuspendedOnUtc |
The UTC time the Education Account Connection was suspended.
|
![]() | TermsAndConditionsAcceptedOnUtc |
The UTC time the Terms and Condition of the site usage was accepted by user.
|
See Also