CoursePrerequisiteInfo ClassProvincial Approach to Student Information API
Defines an association to a course that should or must be completed prior to taking another course.
Inheritance Hierarchy

SystemObject
  PASI.DataContract.V201204CoursePrerequisiteInfo

Namespace: PASI.DataContract.V201204
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.23.3.0 (9.23.3.0)
Syntax

public class CoursePrerequisiteInfo

The CoursePrerequisiteInfo type exposes the following members.

Constructors

  NameDescription
Public methodCoursePrerequisiteInfo
Top
Properties

  NameDescription
Public propertyCourseCode
(Required) Identifies the prerequisite Course.
Public propertyEffectiveDate
(Required) The first date when the course is considered a prerequisite.
Public propertyExpiryDate
(Required) The last date when the course is considered a prerequisite.
Public propertyIsPrerequisiteRequired
(Required) Indicates if the prerequisite course must be completed (mandatory) or should be taken (recommended) before taking a course.
Top
See Also

Reference