A Course Enrolment represents a student enrolment in a specific Course being offered
in a school Section.
Inheritance Hierarchy
PASI.DataContract.V2019CourseEnrolmentInfo
Namespace: PASI.DataContract.V2019
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.25.26.0 (9.25.26.0)
Syntax
The CourseEnrolmentInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CourseEnrolmentInfo |
Properties
Name | Description | |
---|---|---|
ArePrerequisitesWaived | (Required)
Indicates that the student should receive WPC credits for prerequisite
courses.
| |
CourseCode | (Required)
Identifies the Course in which the student is enrolled.
| |
CourseEnrolmentMark |
The mark associated with the Course Enrolment.
| |
CourseEnrolmentStatus | (Required)
A code value indicating the status of a Course Enrolment.
| |
CreditsAttempted | (Required)
The number of Credit the student attempted.
| |
EffectiveUtc |
The time a record became effective. This is a PASI generated value, any value entered will be ignored. | |
EntryDate |
The first date the student receives instruction during the section.
| |
ExitDate |
The last date the student receives instruction during the section.
| |
InstructionalMinutesReceived |
The number of minutes on instruction that a student received when taking a
course in specific Section.
| |
IsDeleted | (Required)
Identifies that the record has been deleted and should no longer be used.
| |
IsDualEnrolment | (Required)
Indicates that the student is enrolled in the course at both high school
and post-secondary institutions.
| |
IsFundingRequested | (Required)
Indicates that funding is being requested by the organization submitting
the Section Course Enrolment.
| |
PASICoreVersion | (Required)
The PASI version of this object. This is used for updating the object.
Set to zero when creating a new object.
| |
ProviderNumber |
Post Secondary Institution that is affiliated with the Dual credit.
| |
RefId | (Required)
A Globally Unique Identifier (GUID) used to reference the Course
Enrolment record.
| |
SectionRefId | (Required)
Identifies the Section in which the student is enrolled.
| |
StateProvinceId | (Required)
Identifies the associated Student.
| |
StudentSchoolEnrolmentRefId |
Identifies the associated Student School Enrolment record.
|
See Also