Class CourseLevelDetail
Inheritance
System.Object
CourseLevelDetail
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 CourseLevelDetail
Constructors
CourseLevelDetail()
Declaration
public CourseLevelDetail()
Properties
AreaOfStudyId
Declaration
public int AreaOfStudyId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CourseLevelCode
Declaration
public string CourseLevelCode { get; set; }
Property Value
Type |
Description |
System.String |
|
CourseLevelDescription
Declaration
public string CourseLevelDescription { get; set; }
Property Value
Type |
Description |
System.String |
|
CourseLevelId
Declaration
public int CourseLevelId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CourseListCourseCategoryId
Declaration
public int CourseListCourseCategoryId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Gpa
Declaration
public decimal Gpa { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
GpaText
Declaration
public string GpaText { get; set; }
Property Value
Type |
Description |
System.String |
|
ProgramVersionAreaOfStudyType
Declaration
public string ProgramVersionAreaOfStudyType { get; set; }
Property Value
Type |
Description |
System.String |
|
UnitsAttempted
Declaration
public decimal UnitsAttempted { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
UnitsEarned
Declaration
public decimal UnitsEarned { get; set; }
Property Value
Type |
Description |
System.Decimal |
|