CourseEnrolmentInfo ClassProvincial Approach to Student Information API
A Course Enrolment represents a student enrolment in a specific Course being offered in a school Section.
Inheritance Hierarchy

SystemObject
  PASI.DataContract.V2018CourseEnrolmentInfo

Namespace: PASI.DataContract.V2018
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.23.3.0 (9.23.3.0)
Syntax

public class CourseEnrolmentInfo

The CourseEnrolmentInfo type exposes the following members.

Constructors

  NameDescription
Public methodCourseEnrolmentInfo
Top
Properties

  NameDescription
Public propertyArePrerequisitesWaived
(Required) Indicates that the student should receive WPC credits for prerequisite courses.
Public propertyCourseCode
(Required) Identifies the Course in which the student is enrolled.
Public propertyCourseEnrolmentMark
The mark associated with the Course Enrolment.
Public propertyCourseEnrolmentStatus
(Required) A code value indicating the status of a Course Enrolment.
Public propertyCreditsAttempted
(Required) The number of Credit the student attempted.
Public propertyEffectiveUtc
The time a record became effective. This is a PASI generated value, any value entered will be ignored.
Public propertyEntryDate
The first date the student receives instruction during the section.
Public propertyExitDate
The last date the student receives instruction during the section.
Public propertyInstructionalMinutesReceived
The number of minutes on instruction that a student received when taking a course in specific Section.
Public propertyIsDeleted
(Required) Identifies that the record has been deleted and should no longer be used.
Public propertyIsDualEnrolment
(Required) Indicates that the student is enrolled in the course at both high school and post-secondary institutions.
Public propertyIsFundingRequested
(Required) Indicates that funding is being requested by the organization submitting the Section Course Enrolment.
Public propertyPASICoreVersion
(Required) The PASI version of this object. This is used for updating the object. Set to zero when creating a new object.
Public propertyProviderNumber
Post Secondary Institution that is affiliated with the Dual credit.
Public propertyRefId
(Required) A Globally Unique Identifier (GUID) used to reference the Course Enrolment record.
Public propertySectionRefId
(Required) Identifies the Section in which the student is enrolled.
Public propertyStateProvinceId
(Required) Identifies the associated Student.
Public propertyStudentSchoolEnrolmentRefId
Identifies the associated Student School Enrolment record.
Top
See Also

Reference