Class ValidateMaxMinCreditsAllowedRequest
Represents the request for the ValidateMinMaxCreditsAllowed Method
Inheritance
System.Object
ValidateMaxMinCreditsAllowedRequest
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class ValidateMaxMinCreditsAllowedRequest : ServiceRequest
Constructors
ValidateMaxMinCreditsAllowedRequest()
Declaration
public ValidateMaxMinCreditsAllowedRequest()
Properties
ClassSectionId
Class Section Id
Declaration
public int ClassSectionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsCalculatedForThisTermOnly
set to 1 if the credit calculations will be limited to only class sections scheduled for the TermId in the request
Declaration
public bool IsCalculatedForThisTermOnly { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsClassSectionBeingRemoved
set to 1 if the Class section for the ClassSectionId provided in the request will be removed from the student's schedule
Declaration
public bool IsClassSectionBeingRemoved { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
StudentEnrollmentPeriodId
Student Enrollment Period Id
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TermId
Term Id
Declaration
public int TermId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |