Class CourseTakenDetail
Inheritance
System.Object
CourseTakenDetail
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 CourseTakenDetail
Constructors
CourseTakenDetail()
Declaration
public CourseTakenDetail()
Properties
AssociatedDegreeCourseId
Declaration
public int AssociatedDegreeCourseId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CollegeTransferredFrom
Declaration
public string CollegeTransferredFrom { get; set; }
Property Value
Type |
Description |
System.String |
|
CourseCode
Declaration
public string CourseCode { get; set; }
Property Value
Type |
Description |
System.String |
|
CourseCompletionDate
Declaration
public DateTime CourseCompletionDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
CourseDescription
Declaration
public string CourseDescription { get; set; }
Property Value
Type |
Description |
System.String |
|
CourseId
Declaration
public int CourseId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CourseLetterGradeCode
Declaration
public string CourseLetterGradeCode { get; set; }
Property Value
Type |
Description |
System.String |
|
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 |
|
CourseListRequirementId
Declaration
public int CourseListRequirementId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CourseNumericGrade
Declaration
public decimal CourseNumericGrade { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
CourseStatus
Declaration
public DegreeCourseStatusType CourseStatus { get; set; }
Property Value
CourseStudentDegreeAuditId
Declaration
public int CourseStudentDegreeAuditId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CourseSubComponentName
Declaration
public string CourseSubComponentName { get; set; }
Property Value
Type |
Description |
System.String |
|
CrossReferencedCourseCode
Declaration
public string CrossReferencedCourseCode { get; set; }
Property Value
Type |
Description |
System.String |
|
CrossReferencedCourseId
Declaration
public int CrossReferencedCourseId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
DateGradeAvailableForView
Declaration
public DateTime DateGradeAvailableForView { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
EnrollmentId
Declaration
public int EnrollmentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
GpaCalc
Declaration
public bool GpaCalc { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
GpaPoints
Declaration
public decimal GpaPoints { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
IsAssociated
Declaration
public bool? IsAssociated { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
IsAudit
Declaration
public bool IsAudit { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsCourseMultipleFulfilled
Declaration
public bool? IsCourseMultipleFulfilled { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
IsCrossReferencedCourse
Declaration
public bool IsCrossReferencedCourse { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsGradesAllowed
Declaration
public bool? IsGradesAllowed { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
IsIncludedInGpa
Declaration
public bool IsIncludedInGpa { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsPassFail
Declaration
public bool IsPassFail { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsPrimaryCourse
Declaration
public bool? IsPrimaryCourse { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
IsSubComponentCourse
Declaration
public bool? IsSubComponentCourse { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
IsTransferCredit
Declaration
public bool IsTransferCredit { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
MovedToTakenNotAppliedInThisDpaEnrollment
Declaration
public bool MovedToTakenNotAppliedInThisDpaEnrollment { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ParentTermCode
Declaration
public string ParentTermCode { get; set; }
Property Value
Type |
Description |
System.String |
|
PassFailSetting
Declaration
public PassFailType PassFailSetting { get; set; }
Property Value
PrimaryStudentCourseId
Declaration
public int? PrimaryStudentCourseId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
RetakenFlag
Declaration
public RetakeFlagType RetakenFlag { get; set; }
Property Value
SubstitutedForRequiredCourseCode
Declaration
public string SubstitutedForRequiredCourseCode { get; set; }
Property Value
Type |
Description |
System.String |
|
SubstitutedForRequiredCourseId
Declaration
public int SubstitutedForRequiredCourseId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TermCode
Declaration
public string TermCode { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string TranscriptComments { get; set; }
Property Value
Type |
Description |
System.String |
|
TransferredCourseCode
Declaration
public string TransferredCourseCode { get; set; }
Property Value
Type |
Description |
System.String |
|
TransferredCourseDescription
Declaration
public string TransferredCourseDescription { get; set; }
Property Value
Type |
Description |
System.String |
|
TransferredStatusCode
Declaration
public string TransferredStatusCode { get; set; }
Property Value
Type |
Description |
System.String |
|
TransferredStatusDescription
Declaration
public string TransferredStatusDescription { get; set; }
Property Value
Type |
Description |
System.String |
|
Units
Declaration
public decimal Units { 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 |
|
UsedInProgression
Declaration
public string UsedInProgression { get; set; }
Property Value
Type |
Description |
System.String |
|