Class CourseSummary
Inheritance
System.Object
CourseSummary
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class CourseSummary
Constructors
CourseSummary()
Declaration
Properties
CampusCourseId
Declaration
public int CampusCourseId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CampusList
Declaration
public List<CourseAssociatedCampuses> CampusList { get; set; }
Property Value
ClockHours
Declaration
public decimal ClockHours { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
Code
Declaration
public string Code { get; set; }
Property Value
Type |
Description |
System.String |
|
CourseLevel
Declaration
public string CourseLevel { get; set; }
Property Value
Type |
Description |
System.String |
|
CourseType
Declaration
public string CourseType { get; set; }
Property Value
Type |
Description |
System.String |
|
CreditHours
Declaration
public decimal CreditHours { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IsActive
Declaration
public bool IsActive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsRetake
Declaration
public bool IsRetake { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Parent
Declaration
public string Parent { get; set; }
Property Value
Type |
Description |
System.String |
|
Type
Declaration
public int Type { get; set; }
Property Value
Type |
Description |
System.Int32 |
|