Class CourseListByCatalogResponse
CourseListByCatalogResponse
Inheritance
System.Object
CourseListByCatalogResponse
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class CourseListByCatalogResponse : ServiceResponse
Constructors
CourseListByCatalogResponse()
Declaration
public CourseListByCatalogResponse()
Properties
CourseCategoryDetailList
CourseCategoryDetailList
Declaration
public List<CourseCategoryDetail> CourseCategoryDetailList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<CourseCategoryDetail> |
CourseListByCatalog
CourseListByCatalog
Declaration
public List<RequiredCourseCustomDetail> CourseListByCatalog { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<RequiredCourseCustomDetail> |
ProgramDetail
ProgramDetail
Declaration
public ProgramDetail ProgramDetail { get; set; }
Property Value
Type | Description |
---|---|
ProgramDetail |
UnitType
UnitType
Declaration
public string UnitType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UnplannedCredit
UnplannedCredit
Declaration
public decimal UnplannedCredit { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |