Click or drag to resize

CourseRequest Class

Represents a course request for a student.
Inheritance Hierarchy
SystemObject
  SeniorSystemsWS.Entity.AcademicCourseRequest

Namespace:  SeniorSystemsWS.Entity.Academic
Assembly:  SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntax
[SerializableAttribute]
public class CourseRequest

The CourseRequest type exposes the following members.

Constructors
  NameDescription
Public methodCourseRequest
Top
Properties
  NameDescription
Public propertyCourseID
Gets or sets the Primary Request Course ID.
Public propertyCourseIDAlt1
Gets or sets the 1st Alternate Request Course ID.
Public propertyCourseIDAlt2
Gets or sets the 2nd Alternate Request Course ID.
Public propertyIsUnapprovedRequest
True, if this course request is pending (unapproved).
Public propertyMarkedForDelete
Gets or sets a value indicating whether this request has been marked to be deleted once approved.
Public propertyRequestedTerms
Gets or sets the requested terms for scheduling.
Public propertyRequestPriority
Gets or sets the Request Priority.
Public propertyRequestStatus
Gets or sets the request status.
Public propertySchoolID
Gets or sets the school ID / division for this course request.
Public propertyStudentID
Gets or sets the Student ID.
Top
Remarks
A list of all existing course requests can be obtained by calling the AcademicService.GetCourseRequests method.
See Also