Click or drag to resize

Section Class

Represents a single section.
Inheritance Hierarchy

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

The Section type exposes the following members.

Constructors
  NameDescription
Public methodSection
Top
Properties
  NameDescription
Public propertyAbbreviation
Gets or sets the course abbreviation.
(Inherited from Course.)
Public propertyCourseID
Gets or sets the course ID.
(Inherited from Course.)
Public propertyCourseName
Gets or sets the name of the course.
(Inherited from Course.)
Public propertyDepartment
Gets or sets the department class object.
(Inherited from Course.)
Public propertyDescription
Gets or sets the course description.
(Inherited from Course.)
Public propertyFacultyEntityNumbers
Gets or sets the faculty member entity numbers for this section.
Public propertyFacultyIDs
Gets or sets the faculty members for this section.
Public propertyFullName
Gets or sets the course full name.
(Inherited from Course.)
Public propertyGradeLevel
(Inherited from Course.)
Public propertyMeetsGradeSeq
Gets or sets the Grade Sequence (grade specific schedule).
Public propertyMeetsLength
Gets or sets the number of consecutive periods this section meets.
Public propertyMeetsPeriod
Gets or sets the period (block name) that the section generally meets.
Public propertyMeetTerms
Gets or sets the terms for which this section meets.
Public propertySchoolID
Gets or sets the school ID / division for this course.
(Inherited from Course.)
Public propertySchoolName
Gets or sets the name of the school division.
(Inherited from Course.)
Public propertySectionID
Gets or sets the section ID.
Top
Remarks
A section is the object that student's are assigned to. A class roster, for example, is for a section.

A list of all defined sections can be obtained with a call to AcademicService.GetSchoolSections

See Also