Class UpdateStudentCourseResponse
Represents the response for the UnregisterGetStudentCourse method.
Inheritance
System.Object
UpdateStudentCourseResponse
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class UpdateStudentCourseResponse : ServiceResponse
Constructors
UpdateStudentCourseResponse()
Declaration
public UpdateStudentCourseResponse()
Properties
entity
Declaration
public StudentCourseEntity entity { get; set; }
Property Value
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 |
|
IsAllowedToOverrideRetakeAttempts
Declaration
public bool IsAllowedToOverrideRetakeAttempts { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsStaffHasPermissionToOverrideClosedTerm
Declaration
public bool IsStaffHasPermissionToOverrideClosedTerm { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LockEvaluationOutputList
Declaration
public List<RegistrationRuleResultOutput> LockEvaluationOutputList { get; set; }
Property Value
StatusList
Declaration
public string StatusList { get; set; }
Property Value
Type |
Description |
System.String |
|