Class IdentifyFailedPrereqCourseExportData
Inheritance
System.Object
IdentifyFailedPrereqCourseExportData
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 IdentifyFailedPrereqCourseExportData
Constructors
IdentifyFailedPrereqCourseExportData()
Declaration
public IdentifyFailedPrereqCourseExportData()
Properties
CampusCode
Declaration
public string CampusCode { get; set; }
Property Value
Type |
Description |
System.String |
|
CampusName
Declaration
public string CampusName { get; set; }
Property Value
Type |
Description |
System.String |
|
ConditionalCourse
Declaration
public string ConditionalCourse { get; set; }
Property Value
Type |
Description |
System.String |
|
ConditionalCourseCode
Declaration
public string ConditionalCourseCode { get; set; }
Property Value
Type |
Description |
System.String |
|
ConditionalCourseStatus
Declaration
public string ConditionalCourseStatus { get; set; }
Property Value
Type |
Description |
System.String |
|
PrerequisiteCourse
Declaration
public string PrerequisiteCourse { get; set; }
Property Value
Type |
Description |
System.String |
|
PrerequisiteCourseCode
Declaration
public string PrerequisiteCourseCode { get; set; }
Property Value
Type |
Description |
System.String |
|
PrerequisiteCourseGrade
Declaration
public string PrerequisiteCourseGrade { get; set; }
Property Value
Type |
Description |
System.String |
|
PrerequisiteCourseStatus
Declaration
public string PrerequisiteCourseStatus { get; set; }
Property Value
Type |
Description |
System.String |
|
ProgramVersionCode
Declaration
public string ProgramVersionCode { get; set; }
Property Value
Type |
Description |
System.String |
|
ProgramVersionName
Declaration
public string ProgramVersionName { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentName
Declaration
public string StudentName { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentNumber
Declaration
public string StudentNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentStatus
Declaration
public string StudentStatus { get; set; }
Property Value
Type |
Description |
System.String |
|
TermCode
Declaration
public string TermCode { get; set; }
Property Value
Type |
Description |
System.String |
|
TermEndDate
Declaration
public DateTime? TermEndDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
TermName
Declaration
public string TermName { get; set; }
Property Value
Type |
Description |
System.String |
|
TermStartDate
Declaration
public DateTime? TermStartDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|