Class SpeStudentEnrollment
Inheritance
System.Object
SpeStudentEnrollment
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.FinancialAid.Contracts.dll
Syntax
public class SpeStudentEnrollment
Constructors
SpeStudentEnrollment()
Declaration
public SpeStudentEnrollment()
Properties
AutoUpdateAcademicYear
Declaration
public bool AutoUpdateAcademicYear { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AutoUpdateExternship
Declaration
public bool AutoUpdateExternship { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AutoUpdateGraduation
Declaration
public bool AutoUpdateGraduation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AutoUpdateHousing
Declaration
public bool AutoUpdateHousing { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AutoUpdateLoanPeriod
Declaration
public bool AutoUpdateLoanPeriod { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnrollmentNumber
Declaration
public string EnrollmentNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
ExternshipBeginDate
Declaration
public DateTime? ExternshipBeginDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
FullName
Declaration
public string FullName { get; set; }
Property Value
Type |
Description |
System.String |
|
GraduationDate
Declaration
public DateTime? GraduationDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
HoldGroupName
Declaration
public string HoldGroupName { get; set; }
Property Value
Type |
Description |
System.String |
|
OriginalGraduationDate
Declaration
public DateTime? OriginalGraduationDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
ProgramVersionName
Declaration
public string ProgramVersionName { get; set; }
Property Value
Type |
Description |
System.String |
|
SchoolStatusName
Declaration
public string SchoolStatusName { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentEnrollmentPeriodId
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentNumber
Declaration
public string StudentNumber { get; set; }
Property Value
Type |
Description |
System.String |
|