Class UpdateStudentCourseRequest
Represents the a request for the UpdateStudentCourseRequest method.
Inheritance
System.Object
UpdateStudentCourseRequest
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class UpdateStudentCourseRequest : EntityServiceRequest<StudentCourseEntity>
Constructors
UpdateStudentCourseRequest(StudentCourseEntity)
Declaration
public UpdateStudentCourseRequest(StudentCourseEntity entity)
Parameters
Properties
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IsAllowedCourse
Declaration
public bool IsAllowedCourse { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsAllowedToAuditCourse
Declaration
public bool IsAllowedToAuditCourse { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsAllowedToOverrideRegistrationConflict
Declaration
public bool IsAllowedToOverrideRegistrationConflict { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsAllowedToOverrideRetakeAttempts
Declaration
public bool IsAllowedToOverrideRetakeAttempts { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsTermValidationSkipped
Declaration
public bool IsTermValidationSkipped { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
NewCourseEndDate
Declaration
public DateTime? NewCourseEndDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
OverrideClosedTerm
Declaration
public bool OverrideClosedTerm { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PreviousCourseEndDate
Declaration
public DateTime? PreviousCourseEndDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
StatusDate
Declaration
public DateTime? StatusDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
See Also
Cmc.Core.ServiceModel.ServiceRequest