The relationship a course may have.
Inheritance Hierarchy
PASI.DataContract.V2019CourseRelationshipInfo
Namespace: PASI.DataContract.V2019
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.25.26.0 (9.25.26.0)
Syntax
The CourseRelationshipInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CourseRelationshipInfo |
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