Class CourseCategoryDetail
Inheritance
System.Object
CourseCategoryDetail
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 CourseCategoryDetail
Constructors
CourseCategoryDetail()
Declaration
public CourseCategoryDetail()
Properties
ActualUnits
Declaration
public decimal ActualUnits { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
AreaOfStudyDescription
Declaration
public string AreaOfStudyDescription { get; set; }
Property Value
Type |
Description |
System.String |
|
AreaOfStudyGpaDescription
Declaration
public string AreaOfStudyGpaDescription { get; set; }
Property Value
Type |
Description |
System.String |
|
AreaOfStudyId
Declaration
public int AreaOfStudyId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string Comments { get; set; }
Property Value
Type |
Description |
System.String |
|
CourseCategory_EPDetailTotal
Declaration
public TotalDetails CourseCategory_EPDetailTotal { get; set; }
Property Value
CourseCategoryDescription
Declaration
public string CourseCategoryDescription { get; set; }
Property Value
Type |
Description |
System.String |
|
CourseCategoryDetailTotal
Declaration
public TotalDetails CourseCategoryDetailTotal { get; set; }
Property Value
CourseCategoryId
Declaration
public int CourseCategoryId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CourseCategorySequence
Declaration
public int CourseCategorySequence { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CourseDetailList
Declaration
public List<CourseDetail> CourseDetailList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<CourseDetail> |
|
CourseListCourseCategoryId
Declaration
public int CourseListCourseCategoryId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ElectivePoolDetailList
Declaration
public List<ElectivePoolDetail> ElectivePoolDetailList { get; set; }
Property Value
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 |
|
IsCourseCategoryFulfilled
Declaration
public bool IsCourseCategoryFulfilled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
NumberOfCourseCategoryRequirementRule
Declaration
public int? NumberOfCourseCategoryRequirementRule { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
NumberOfFulfilledCourseCategoryRequirementRule
Declaration
public int? NumberOfFulfilledCourseCategoryRequirementRule { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
ProgramVersionAreaOfStudyType
Declaration
public string ProgramVersionAreaOfStudyType { get; set; }
Property Value
Type |
Description |
System.String |
|
TotalFullFilled
Declaration
public decimal TotalFullFilled { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
TotalRequiredCourses
Declaration
public int TotalRequiredCourses { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TotalRequiredUnits
Declaration
public decimal TotalRequiredUnits { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
TotalUnFulFilled
Declaration
public decimal TotalUnFulFilled { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
UnitsAdded
Declaration
public decimal UnitsAdded { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
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 |
|
UnitsRegistered
Declaration
public decimal UnitsRegistered { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
UnitsRemaining
Declaration
public decimal UnitsRemaining { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
UnitsWaived
Declaration
public decimal UnitsWaived { get; set; }
Property Value
Type |
Description |
System.Decimal |
|