A Course Enrolment represents a student enrolment in a specific Course being offered
in a school Section.
Inheritance Hierarchy
PASI.DataContract.V2017.AcademicCourseEnrolmentInfo
Namespace: PASI.DataContract.V2017
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.25.26.0 (9.25.26.0)
Syntax
The AcademicCourseEnrolmentInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | AcademicCourseEnrolmentInfo |
Properties
Name | Description | |
---|---|---|
![]() | 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 become effective.
|
![]() | 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 |
Used to indicate whether or not a completed course qualifies for an
external credential.
|
![]() | IsFundingRequested |
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 |
The Post Secondary Institution that is affiliated with the Dual credit. This is required if the dual
credit field is set to true.
|
![]() | RefId | (Required)
A Globally Unique Identifier (GUID) used to reference the Course
Enrolment record.
|
![]() | Section | (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