Class StudentEnrollmentPeriodDetail
Inheritance
System.Object
StudentEnrollmentPeriodDetail
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 StudentEnrollmentPeriodDetail
Constructors
StudentEnrollmentPeriodDetail()
Declaration
public StudentEnrollmentPeriodDetail()
Properties
AcademicAdvisorId
Declaration
public int AcademicAdvisorId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
AcademicAdvisorName
Declaration
public string AcademicAdvisorName { get; set; }
Property Value
Type |
Description |
System.String |
|
CampusCode
Declaration
public string CampusCode { get; set; }
Property Value
Type |
Description |
System.String |
|
CampusDescription
Declaration
public string CampusDescription { get; set; }
Property Value
Type |
Description |
System.String |
|
CatalogYearDescription
Declaration
public string CatalogYearDescription { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Comment { get; set; }
Property Value
Type |
Description |
System.String |
|
CurrentEnrollment
Declaration
public bool CurrentEnrollment { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
CurrentEnrollmentStatus
Declaration
public string CurrentEnrollmentStatus { get; set; }
Property Value
Type |
Description |
System.String |
|
CurrentSapStatusDescription
Declaration
public string CurrentSapStatusDescription { get; set; }
Property Value
Type |
Description |
System.String |
|
DegreeAuditUnitType
Declaration
public DegreeAuditUnitType DegreeAuditUnitType { get; set; }
Property Value
DegreeBeingPursued
Declaration
public string DegreeBeingPursued { get; set; }
Property Value
Type |
Description |
System.String |
|
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
EnrollDate
Declaration
public DateTime EnrollDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
EnrollmentId
Declaration
public int EnrollmentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
EnrollmentNumber
Declaration
public string EnrollmentNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
ExpectedGraduationDate
Declaration
public DateTime ExpectedGraduationDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
ExpectedStartDate
Declaration
public DateTime ExpectedStartDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
ExternShipStartDate
Declaration
public DateTime ExternShipStartDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
GradeLevelDescription
Declaration
public string GradeLevelDescription { get; set; }
Property Value
Type |
Description |
System.String |
|
IsRealTimeSchedule
Declaration
public bool IsRealTimeSchedule { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LastDateofAttendance
Declaration
public DateTime LastDateofAttendance { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
OriginalGraduationDate
Declaration
public DateTime OriginalGraduationDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
OverallEnrollmentCumGpa
Declaration
public decimal OverallEnrollmentCumGpa { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
OverallEnrollmentUnitsAttempted
Declaration
public decimal OverallEnrollmentUnitsAttempted { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
OverallEnrollmentUnitsEarned
Declaration
public decimal OverallEnrollmentUnitsEarned { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
OverallEnrollmentUnitsRegistered
Declaration
public decimal OverallEnrollmentUnitsRegistered { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
OverallEnrollmentUnitsRequired
Declaration
public decimal OverallEnrollmentUnitsRequired { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
OverallStudentCumGpa
Declaration
public decimal OverallStudentCumGpa { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
ReentryDate
Declaration
public DateTime ReentryDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
SchoolStatusCode
Declaration
public string SchoolStatusCode { get; set; }
Property Value
Type |
Description |
System.String |
|
SchoolStatusDescription
Declaration
public string SchoolStatusDescription { get; set; }
Property Value
Type |
Description |
System.String |
|
ShiftDescription
Declaration
public string ShiftDescription { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentFirstName
Declaration
public string StudentFirstName { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentLastName
Declaration
public string StudentLastName { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentMiddleInitial
Declaration
public string StudentMiddleInitial { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentNumber
Declaration
public string StudentNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
TotalClockHourAttendance
Declaration
public decimal TotalClockHourAttendance { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
VersionStartDate
Declaration
public DateTime VersionStartDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|