Class PendingApplicantPreviousEducationEntity
This class represents the EntityModel interface to the AmOnlineApplicantPrevEducation database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Admissions.Entities
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class PendingApplicantPreviousEducationEntity : Entity, IIdentifiable, IAuditable
Constructors
PendingApplicantPreviousEducationEntity()
Declaration
public PendingApplicantPreviousEducationEntity()
Fields
CollegeIdProperty
The CollegeId property.
Declaration
public static readonly EntityProperty CollegeIdProperty
Field Value
Type | Description |
---|---|
Cmc. |
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc. |
DegreeIdProperty
The DegreeId property.
Declaration
public static readonly EntityProperty DegreeIdProperty
Field Value
Type | Description |
---|---|
Cmc. |
EnrollmentDateProperty
The EnrollmentDate property.
Declaration
public static readonly EntityProperty EnrollmentDateProperty
Field Value
Type | Description |
---|---|
Cmc. |
GpaProperty
The Gpa property.
Declaration
public static readonly EntityProperty GpaProperty
Field Value
Type | Description |
---|---|
Cmc. |
GraduationDateProperty
The GraduationDate property.
Declaration
public static readonly EntityProperty GraduationDateProperty
Field Value
Type | Description |
---|---|
Cmc. |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc. |
IsActiveProperty
The IsActive property.
Declaration
public static readonly EntityProperty IsActiveProperty
Field Value
Type | Description |
---|---|
Cmc. |
IsGraduatedProperty
The IsGraduated property.
Declaration
public static readonly EntityProperty IsGraduatedProperty
Field Value
Type | Description |
---|---|
Cmc. |
LastAttendedDateProperty
The LastAttendedDate property.
Declaration
public static readonly EntityProperty LastAttendedDateProperty
Field Value
Type | Description |
---|---|
Cmc. |
LastModifiedDateTimeProperty
The LastModifiedDateTime property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc. |
LastModifiedUserIdProperty
The LastModifiedUserId property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc. |
MajorProperty
The Major property.
Declaration
public static readonly EntityProperty MajorProperty
Field Value
Type | Description |
---|---|
Cmc. |
OtherCollegeProperty
The OtherCollege property.
Declaration
public static readonly EntityProperty OtherCollegeProperty
Field Value
Type | Description |
---|---|
Cmc. |
PreviousEducationIdentifierProperty
The PreviousEducationIdentifier property.
Declaration
public static readonly EntityProperty PreviousEducationIdentifierProperty
Field Value
Type | Description |
---|---|
Cmc. |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc. |
WpUserIdProperty
The WpUserId property.
Declaration
public static readonly EntityProperty WpUserIdProperty
Field Value
Type | Description |
---|---|
Cmc. |
Properties
CollegeId
Gets or sets the CollegeId associated with this PendingApplicantPreviousEducationEntity.
Declaration
public int? CollegeId { get; set; }
Property Value
Type | Description |
---|---|
System. |
The CollegeId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this PendingApplicantPreviousEducationEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System. |
The CreatedDateTime. |
DegreeId
Gets or sets the DegreeId associated with this PendingApplicantPreviousEducationEntity.
Declaration
public int? DegreeId { get; set; }
Property Value
Type | Description |
---|---|
System. |
The DegreeId. |
EnrollmentDate
Gets or sets the EnrollmentDate associated with this PendingApplicantPreviousEducationEntity.
Declaration
public DateTime? EnrollmentDate { get; set; }
Property Value
Type | Description |
---|---|
System. |
The EnrollmentDate. |
Gpa
Gets or sets the Gpa associated with this PendingApplicantPreviousEducationEntity.
Declaration
public decimal Gpa { get; set; }
Property Value
Type | Description |
---|---|
System. |
The Gpa. |
GraduationDate
Gets or sets the GraduationDate associated with this PendingApplicantPreviousEducationEntity.
Declaration
public DateTime? GraduationDate { get; set; }
Property Value
Type | Description |
---|---|
System. |
The GraduationDate. |
Id
Gets or sets the Id associated with this PendingApplicantPreviousEducationEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System. |
The Id. |
IsActive
Gets or sets the IsActive associated with this PendingApplicantPreviousEducationEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System. |
The IsActive. |
IsGraduated
Gets or sets the IsGraduated associated with this PendingApplicantPreviousEducationEntity.
Declaration
public byte IsGraduated { get; set; }
Property Value
Type | Description |
---|---|
System. |
The IsGraduated. |
LastAttendedDate
Gets or sets the LastAttendedDate associated with this PendingApplicantPreviousEducationEntity.
Declaration
public DateTime? LastAttendedDate { get; set; }
Property Value
Type | Description |
---|---|
System. |
The LastAttendedDate. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this PendingApplicantPreviousEducationEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System. |
The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this PendingApplicantPreviousEducationEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System. |
The LastModifiedUserId. |
Major
Gets or sets the Major associated with this PendingApplicantPreviousEducationEntity.
Declaration
public string Major { get; set; }
Property Value
Type | Description |
---|---|
System. |
The Major. |
OtherCollege
Gets or sets the OtherCollege associated with this PendingApplicantPreviousEducationEntity.
Declaration
public string OtherCollege { get; set; }
Property Value
Type | Description |
---|---|
System. |
The OtherCollege. |
PreviousEducationIdentifier
Gets or sets the PreviousEducationIdentifier associated with this PendingApplicantPreviousEducationEntity.
Declaration
public string PreviousEducationIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System. |
The PreviousEducationIdentifier. |
RowVersion
Gets or sets the RowVersion associated with this PendingApplicantPreviousEducationEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System. |
The RowVersion. |
WpUserId
Gets or sets the WpUserId associated with this PendingApplicantPreviousEducationEntity.
Declaration
public int WpUserId { get; set; }
Property Value
Type | Description |
---|---|
System. |
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()