Defines an association to a course that should or must be completed prior to taking
another course.
Inheritance Hierarchy
PASI.DataContract.V201204CoursePrerequisiteInfo
Namespace: PASI.DataContract.V201204
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.25.26.0 (9.25.26.0)
Syntax
The CoursePrerequisiteInfo type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CoursePrerequisiteInfo |
Properties
| Name | Description | |
|---|---|---|
| CourseCode | (Required)
Identifies the prerequisite Course.
| |
| EffectiveDate | (Required)
The first date when the course is considered a prerequisite.
| |
| ExpiryDate | (Required)
The last date when the course is considered a prerequisite.
| |
| IsPrerequisiteRequired | (Required)
Indicates if the prerequisite course must be completed (mandatory)
or should be taken (recommended) before taking a course.
|
See Also