Class WaiveCourseRequirementRequest
Represents the a request for the WaiveCourseRequirement method.
Inheritance
System.Object
WaiveCourseRequirementRequest
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class WaiveCourseRequirementRequest : ServiceRequest
Constructors
WaiveCourseRequirementRequest()
Declaration
public WaiveCourseRequirementRequest()
Properties
ElectiveClockHours
Declaration
public decimal? ElectiveClockHours { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
ElectiveCreditHours
Declaration
public decimal? ElectiveCreditHours { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
ElectiveNote
Declaration
public string ElectiveNote { get; set; }
Property Value
Type |
Description |
System.String |
|
IsEnrollmentCreditHoursAdjusted
Adjust Enrollment Total Credits/Hours
Declaration
public bool IsEnrollmentCreditHoursAdjusted { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsRequirementUnitsAdjusted
Declaration
public bool IsRequirementUnitsAdjusted { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
StudentEnrollmentDpaCourseId
Declaration
public int StudentEnrollmentDpaCourseId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
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 |
|