EducationAccountConnectionInfo ClassProvincial Approach to Student Information API
This class is returned as part of the response on the GetEducationAccountConnection service.
Inheritance Hierarchy

SystemObject
  PASI.DataContract.V201507EducationAccountConnectionInfo

Namespace: PASI.DataContract.V201507
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.23.3.0 (9.23.3.0)
Syntax

public class EducationAccountConnectionInfo

The EducationAccountConnectionInfo type exposes the following members.

Constructors

  NameDescription
Public methodEducationAccountConnectionInfo
Top
Properties

  NameDescription
Public propertyConnectionExpiresOn
The Date that the student connection will expire on.
Public propertyEducationAccountIdentifier
(Required) The identifier used to reference Education Account on PAS (Public Authentication System).
Public propertyIsDisabled
(Required) A connection is considered Disabled if it is either deleted or suspended (intentionally not disabled for Student Hold). The caller needs to the ConnectionExpiresOn property themselves confirm that the connection is not expired. This is to minimize the need to resynchronize this information to calling systems based on the passage of time.
Public propertyIsSelfConnection
(Required) True if this the Education Account is the student's Education Account.
Public propertyPASICoreVersion
(Required) Version of the Education Account Connection record.
Public propertyRefId
(Required) The Globally Unique Identifier (GUID) used to reference the Education Account Connection record.
Public propertyStateProvinceId
(Required) The primary StateProvinceId for the student, otherwise known as the Alberta Student Number (ASN).
Top
See Also

Reference