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.Core.EntityModel.EntityProperty |
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DegreeIdProperty
The DegreeId property.
Declaration
public static readonly EntityProperty DegreeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
EnrollmentDateProperty
The EnrollmentDate property.
Declaration
public static readonly EntityProperty EnrollmentDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
GpaProperty
The Gpa property.
Declaration
public static readonly EntityProperty GpaProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
GraduationDateProperty
The GraduationDate property.
Declaration
public static readonly EntityProperty GraduationDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsActiveProperty
The IsActive property.
Declaration
public static readonly EntityProperty IsActiveProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsGraduatedProperty
The IsGraduated property.
Declaration
public static readonly EntityProperty IsGraduatedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastAttendedDateProperty
The LastAttendedDate property.
Declaration
public static readonly EntityProperty LastAttendedDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedDateTimeProperty
The LastModifiedDateTime property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedUserIdProperty
The LastModifiedUserId property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MajorProperty
The Major property.
Declaration
public static readonly EntityProperty MajorProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
OtherCollegeProperty
The OtherCollege property.
Declaration
public static readonly EntityProperty OtherCollegeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PreviousEducationIdentifierProperty
The PreviousEducationIdentifier property.
Declaration
public static readonly EntityProperty PreviousEducationIdentifierProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
WpUserIdProperty
The WpUserId property.
Declaration
public static readonly EntityProperty WpUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CollegeId
Gets or sets the CollegeId associated with this PendingApplicantPreviousEducationEntity.
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 PendingApplicantPreviousEducationEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DegreeId
Gets or sets the DegreeId associated with this PendingApplicantPreviousEducationEntity.
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 PendingApplicantPreviousEducationEntity.
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 PendingApplicantPreviousEducationEntity.
Declaration
public decimal Gpa { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The Gpa. |
GraduationDate
Gets or sets the GraduationDate associated with this PendingApplicantPreviousEducationEntity.
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 PendingApplicantPreviousEducationEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this PendingApplicantPreviousEducationEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsGraduated
Gets or sets the IsGraduated associated with this PendingApplicantPreviousEducationEntity.
Declaration
public byte IsGraduated { get; set; }
Property Value
Type | Description |
---|---|
System.Byte | The IsGraduated. |
LastAttendedDate
Gets or sets the LastAttendedDate associated with this PendingApplicantPreviousEducationEntity.
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 PendingApplicantPreviousEducationEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this PendingApplicantPreviousEducationEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Major
Gets or sets the Major associated with this PendingApplicantPreviousEducationEntity.
Declaration
public string Major { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Major. |
OtherCollege
Gets or sets the OtherCollege associated with this PendingApplicantPreviousEducationEntity.
Declaration
public string OtherCollege { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OtherCollege. |
PreviousEducationIdentifier
Gets or sets the PreviousEducationIdentifier associated with this PendingApplicantPreviousEducationEntity.
Declaration
public string PreviousEducationIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PreviousEducationIdentifier. |
RowVersion
Gets or sets the RowVersion associated with this PendingApplicantPreviousEducationEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
WpUserId
Gets or sets the WpUserId associated with this PendingApplicantPreviousEducationEntity.
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()