Class ValidateStudentCourseTermResponse
Represents the response for the DeleteGetStudentCourse method.
Inheritance
System.Object
ValidateStudentCourseTermResponse
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class ValidateStudentCourseTermResponse : ServiceResponse
Constructors
ValidateStudentCourseTermResponse()
Declaration
public ValidateStudentCourseTermResponse()
Properties
GroupDescrip
Declaration
public string GroupDescrip { get; set; }
Property Value
Type |
Description |
System.String |
|
IsAddDropPeriodClassSectionAllowed
Declaration
public bool IsAddDropPeriodClassSectionAllowed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsOverrideClosedTermAllowed
Declaration
public bool IsOverrideClosedTermAllowed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsOverrideLockedTermSequenceAllowed
Declaration
public bool IsOverrideLockedTermSequenceAllowed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsOverrideRegistrationGroupAllowed
Declaration
public bool IsOverrideRegistrationGroupAllowed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsRegistrationGroupPermission
Declaration
public bool IsRegistrationGroupPermission { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LockedTermSequenceCourseList
Declaration
public string LockedTermSequenceCourseList { get; set; }
Property Value
Type |
Description |
System.String |
|
RegistrationShortDate
Declaration
public string RegistrationShortDate { get; set; }
Property Value
Type |
Description |
System.String |
|
RegistrationShortTime
Declaration
public string RegistrationShortTime { get; set; }
Property Value
Type |
Description |
System.String |
|