A Course Prerequisite Rule is used to identify a prerequisite for a course. Each Prerequisite Rule for a course is
logically combined (i.e. AND) to identify all the prerequisite rules a student must satisfy.
Inheritance Hierarchy
PASI.DataContract.V2018PrerequisiteRuleInfo
Namespace: PASI.DataContract.V2018
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.25.26.0 (9.25.26.0)
Syntax
The PrerequisiteRuleInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PrerequisiteRuleInfo |
Properties
Name | Description | |
---|---|---|
CanBeWaived | (Required)
Identifies if a school can waive the Prerequisite Rule.
| |
FirstSchoolYear |
Identifies the first school year the prerequisite rule applies. If not provided, it signifies that the
prerequisite came into effective when the course comes into effect.
| |
LastSchoolYear |
Identifies the last school year the prerequisite rule applies. If not provided, it signifies that the
prerequisite will expire when the course expires.
| |
NumberOfCourses | (Required)
Used to identify the number of Prerequisite Courses that must be taken to satisfy this Prerequisite Rule.
| |
PrerequisiteCourses | (Required)
Identifies a set of courses that can satisfy this Prerequisite Rule.
|
See Also