Class PendingApplicantPreviousEducation
This class represents the EntityModel interface to the AmOnlineApplicantPrevEducation database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Admissions
Assembly: Cmc.Nexus.Models.dll
Syntax
public class PendingApplicantPreviousEducation
Constructors
PendingApplicantPreviousEducation()
Declaration
public PendingApplicantPreviousEducation()
Properties
College
Declaration
public virtual College College { get; set; }
Property Value
| Type | Description |
|---|---|
| College |
CollegeId
Gets or sets the CollegeId associated with this PendingApplicantPreviousEducation.
Declaration
public int? CollegeId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The CollegeId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this PendingApplicantPreviousEducation.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The CreatedDateTime. |
Degree
Declaration
public virtual Degree Degree { get; set; }
Property Value
| Type | Description |
|---|---|
| Degree |
DegreeId
Gets or sets the DegreeId associated with this PendingApplicantPreviousEducation.
Declaration
public int? DegreeId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The DegreeId. |
EnrollmentDate
Gets or sets the EnrollmentDate associated with this PendingApplicantPreviousEducation.
Declaration
public DateTime? EnrollmentDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTime> | The EnrollmentDate. |
Gpa
Gets or sets the Gpa associated with this PendingApplicantPreviousEducation.
Declaration
public decimal Gpa { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Decimal | The Gpa. |
GraduationDate
Gets or sets the GraduationDate associated with this PendingApplicantPreviousEducation.
Declaration
public DateTime? GraduationDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTime> | The GraduationDate. |
Id
Gets or sets the Id associated with this PendingApplicantPreviousEducation.
Declaration
public int Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this PendingApplicantPreviousEducation.
Declaration
public bool IsActive { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsActive. |
IsGraduated
Gets or sets the IsGraduated associated with this PendingApplicantPreviousEducation.
Declaration
public byte IsGraduated { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Byte | The IsGraduated. |
LastAttendedDate
Gets or sets the LastAttendedDate associated with this PendingApplicantPreviousEducation.
Declaration
public DateTime? LastAttendedDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTime> | The LastAttendedDate. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this PendingApplicantPreviousEducation.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this PendingApplicantPreviousEducation.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The LastModifiedUserId. |
Major
Gets or sets the Major associated with this PendingApplicantPreviousEducation.
Declaration
public string Major { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The Major. |
OtherCollege
Gets or sets the OtherCollege associated with this PendingApplicantPreviousEducation.
Declaration
public string OtherCollege { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The OtherCollege. |
PreviousEducationIdentifier
Gets or sets the PreviousEducationIdentifier associated with this PendingApplicantPreviousEducation.
Declaration
public string PreviousEducationIdentifier { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The PreviousEducationIdentifier. |
WpUserId
Gets or sets the WpUserId associated with this PendingApplicantPreviousEducation.
Declaration
public int WpUserId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The WpUserId. |
Methods
GeneratedInitializer()
This is the auto-generated initializer that knows how to deal with any relationship initialization for auto-generated relationships.
Declaration
public void GeneratedInitializer()
SetupFluentMappings(DbModelBuilder)
Any type of relationship that can't be inferred from the entity annotations must be done by hand using the Fluent api. Handle those relationships here.
Declaration
public static void SetupFluentMappings(DbModelBuilder modelBuilder)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Data.Entity.DbModelBuilder | modelBuilder | The DbModelBuilder that has all of the model entities. |