Class SelectionMgmtPreviousEducationDetailExtended
Inheritance
System.Object
SelectionMgmtPreviousEducationDetailExtended
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.Admissions.Contracts.dll
Syntax
public class SelectionMgmtPreviousEducationDetailExtended
Constructors
SelectionMgmtPreviousEducationDetailExtended()
Declaration
public SelectionMgmtPreviousEducationDetailExtended()
Properties
ClockHoursAttempted
Declaration
public decimal? ClockHoursAttempted { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
CollegeId
Declaration
public int? CollegeId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
CoursesTaken
Declaration
public int? CoursesTaken { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
CreditHoursAttempted
Declaration
public decimal? CreditHoursAttempted { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
DegreeId
Declaration
public int? DegreeId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
EnrollmentDate
Declaration
public DateTime? EnrollmentDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
EntityState
Declaration
public int? EntityState { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
ExamBoardId
Declaration
public int ExamBoardId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ExamLevelId
Declaration
public int ExamLevelId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ExtendedProperties
Declaration
public List<ExtendedPropertyCustom> ExtendedProperties { get; set; }
Property Value
GedAwardedDate
Declaration
public DateTime? GedAwardedDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Gpa
Declaration
public decimal? Gpa { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
GradeLevelId
Declaration
public int? GradeLevelId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
GradePoints
Declaration
public decimal? GradePoints { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
GraduationDate
Declaration
public DateTime? GraduationDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
GraduationSession
Declaration
public string GraduationSession { get; set; }
Property Value
Type |
Description |
System.String |
|
HighSchoolId
Declaration
public int? HighSchoolId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
HsGradYear
Declaration
public string HsGradYear { get; set; }
Property Value
Type |
Description |
System.String |
|
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IsGraduated
Declaration
public bool IsGraduated { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LastAttendedDate
Declaration
public DateTime? LastAttendedDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Major
Declaration
public string Major { get; set; }
Property Value
Type |
Description |
System.String |
|
Note
Declaration
public string Note { get; set; }
Property Value
Type |
Description |
System.String |
|
PreviousEducationId
Declaration
public int? PreviousEducationId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
QualityPoints
Declaration
public decimal? QualityPoints { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
SchoolSize
Declaration
public int? SchoolSize { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentRank
Declaration
public int? StudentRank { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
TranscriptId
Declaration
public int? TranscriptId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
TranscriptType
Declaration
public byte? TranscriptType { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Byte> |
|