Contains information relating to a school. Items such as Name, Status,
School Authority Code, Addresses, Phone Number etc are provided.
SchoolAuthorityCodeInfo, OrganizationStatus, OrganizationName and
AuthorityClassifications can all change over time. The current value will
be the first one in the list. Addresses, Classifications and School Authority
Code will return lists of information which include the current value as well
as any historical values.
Inheritance Hierarchy
PASI.DataContract.V2017SchoolInformation
Namespace: PASI.DataContract.V2017
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.25.26.0 (9.25.26.0)
Syntax
The SchoolInformation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SchoolInformation |
Properties
Name | Description | |
---|---|---|
Addresses |
One or more addresses for the School
| |
Classifications |
One or more classifications for the school.
| |
Code | (Required)
The code assigned to the school by Alberta Education.
| |
EmailAddress |
An email address for the school
| |
FaxNumber |
A fax number for the school
| |
Name | (Required)
A list of names for the organization. One of the names will be the current name.
| |
PasiCoreVersion | (Required)
This value should be zero if sending a new school or the current PASICoreVersion when updating an existing school.
| |
PhoneNumber |
The main phone number for the school.
| |
SchoolAuthorityCode | (Required)
A list of School Authority codes and effective dates indicating which authority the school reported to and when.
| |
SourceVersion | (Required)
The version number of the school from the source system.
| |
Status | (Required)
A list of statuses for the organization indicating if it is "Active" or not.
|
See Also