The CourseRelationshipInfo type exposes the following members.
Properties
Name | Description | |
---|---|---|
CanBeWaived |
Identifies whether the prerequisite can be waived. Mandatory for prerequisite (PRQ) relationships, will be NULL
for other relationships.
| |
FirstSchoolYear | (Required)
The first school year in which this relationship rule applies.
| |
LastSchoolYear |
The last school year in which this relationship rule applies.
| |
NumberToComplete |
Only used for prerequisite (PRQ) relationships. Identifies how many of the Prerequisite Courses the student must
complete in order to satisfy the prerequisite.
| |
RelatedCourses | (Required)
The list of courses based on the relationship.
| |
RelationshipType | (Required)
Identifies the type of relationship. Typical Sequence (TYP), Prerequisite (PRQ) and Equivalent (REG/WPC/CHA).
Use the GetCodeTypes API to get all possible values.
|
See Also