Class ValidateStudentCourseTermRequest
Represents the a request for the ValidateStudentCourseTermEvent method.
Inheritance
System.Object
ValidateStudentCourseTermRequest
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class ValidateStudentCourseTermRequest : ServiceRequest
Constructors
ValidateStudentCourseTermRequest()
Declaration
public ValidateStudentCourseTermRequest()
Properties
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ClassSectionIds
Declaration
public int[] ClassSectionIds { get; set; }
Property Value
Type |
Description |
System.Int32[] |
|
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 |
|
IsTermValidationSkipped
Declaration
public bool IsTermValidationSkipped { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
StudentEnrollmentPeriodId
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TermId
Declaration
public int? TermId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
See Also
Cmc.Core.ServiceModel.ServiceRequest