Click or drag to resize

Course Class

Represents a single course.
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 Course

The Course type exposes the following members.

Constructors
  NameDescription
Public methodCourse
Top
Properties
  NameDescription
Public propertyAbbreviation
Gets or sets the course abbreviation.
Public propertyCourseID
Gets or sets the course ID.
Public propertyCourseName
Gets or sets the name of the course.
Public propertyDepartment
Gets or sets the department class object.
Public propertyDescription
Gets or sets the course description.
Public propertyFullName
Gets or sets the course full name.
Public propertyGradeLevel
Public propertySchoolID
Gets or sets the school ID / division for this course.
Public propertySchoolName
Gets or sets the name of the school division.
Top
Remarks
Use AcademicService.GetSchoolCourses to get the entire list of courses for a school id / division.
See Also