Class GetCourseAntirequisitesResponse
Represents the request for the GetCoursePrerequisitesResponse method.
Inheritance
System.Object
GetCourseAntirequisitesResponse
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GetCourseAntirequisitesResponse : ServiceResponse
Constructors
GetCourseAntirequisitesResponse()
Declaration
public GetCourseAntirequisitesResponse()
Properties
CatalogYearId
Declaration
public int? CatalogYearId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
CourePrerequisiteRuleList
Declaration
public List<CourseAntiRequisite> CourePrerequisiteRuleList { get; set; }
Property Value
CourseCategoryId
Declaration
public int? CourseCategoryId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
GradeLevelId
Declaration
public int? GradeLevelId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
MinimumCredits
Declaration
public decimal MinimumCredits { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
MinimumHours
Declaration
public decimal MinimumHours { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
ProgramVersionId
Declaration
public int? ProgramVersionId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
RequiredCourseId
Declaration
public int? RequiredCourseId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|