Click or drag to resize

School Class

Represents a single school division.
Inheritance Hierarchy
SystemObject
  SeniorSystemsWS.Entity.AcademicSchool

Namespace:  SeniorSystemsWS.Entity.Academic
Assembly:  SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntax
[SerializableAttribute]
public class School

The School type exposes the following members.

Constructors
  NameDescription
Public methodSchool
Top
Properties
  NameDescription
Public propertyCurrentAcademicYear
Gets or sets the current academic year.
Public propertyIsAcademicSchool
Gets or sets a value indicating whether this instance is an academic school.
Public propertyIsSummerSchool
Gets or sets a value indicating whether this instance is a summer school.
Public propertySchoolID
Gets or sets the school ID.
Public propertySchoolName
Gets or sets the name of the school.
Top
Remarks
Use AcademicService.GetAllSchools to get the entire list of school divisions.
See Also