Class PendingApplicantSchoolStatusHistory
This class represents the EntityModel interface to the AmOnlineApplicantStatChange database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Admissions
Assembly: Cmc.Nexus.Models.dll
Syntax
public class PendingApplicantSchoolStatusHistory
Constructors
PendingApplicantSchoolStatusHistory()
Declaration
public PendingApplicantSchoolStatusHistory()
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this PendingApplicantSchoolStatusHistory.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
EffectiveDate
Gets or sets the EffectiveDate associated with this PendingApplicantSchoolStatusHistory.
Declaration
public DateTime EffectiveDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The EffectiveDate. |
Id
Gets or sets the Id associated with this PendingApplicantSchoolStatusHistory.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
InternalNote
Gets or sets the InternalNote associated with this PendingApplicantSchoolStatusHistory.
Declaration
public string InternalNote { get; set; }
Property Value
Type | Description |
---|---|
System.String | The InternalNote. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this PendingApplicantSchoolStatusHistory.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this PendingApplicantSchoolStatusHistory.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
NewSchoolStatus
Declaration
public virtual SchoolStatus NewSchoolStatus { get; set; }
Property Value
Type | Description |
---|---|
SchoolStatus |
NewSchoolStatusId
Gets or sets the NewSchoolStatusId associated with this PendingApplicantSchoolStatusHistory.
Declaration
public int NewSchoolStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The NewSchoolStatusId. |
Note
Gets or sets the Note associated with this PendingApplicantSchoolStatusHistory.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
PendingApplicant
Declaration
public virtual PendingApplicant PendingApplicant { get; set; }
Property Value
Type | Description |
---|---|
PendingApplicant |
PendingApplicantId
Gets or sets the PendingApplicantId associated with this PendingApplicantSchoolStatusHistory.
Declaration
public int PendingApplicantId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The PendingApplicantId. |
PreviousSchoolStatus
Declaration
public virtual SchoolStatus PreviousSchoolStatus { get; set; }
Property Value
Type | Description |
---|---|
SchoolStatus |
PreviousSchoolStatusId
Gets or sets the PreviousSchoolStatusId associated with this PendingApplicantSchoolStatusHistory.
Declaration
public int PreviousSchoolStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The PreviousSchoolStatusId. |
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. |