Click or drag to resize

StudentSection Class

Section information for an individual student.
Inheritance Hierarchy

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

The StudentSection type exposes the following members.

Constructors
  NameDescription
Public methodStudentSection
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.
(Inherited from Section.)
Public propertyFacultyIDs
Gets or sets the faculty members for this section.
(Inherited from 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).
(Inherited from Section.)
Public propertyMeetsLength
Gets or sets the number of consecutive periods this section meets.
(Inherited from Section.)
Public propertyMeetsPeriod
Gets or sets the period (block name) that the section generally meets.
(Inherited from Section.)
Public propertyMeetTerms
Gets or sets the terms for which this section meets.
(Inherited from Section.)
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.
(Inherited from Section.)
Public propertyWithdrawMarkingPeriod
Gets or sets the withdrawal marking period.
Top
Remarks
The WithdrawMarkingPeriod property contains the marking period number that the student withdrew from this course.
See Also