Class HousingApplicationStudent
This class represents the EntityModel interface to the HsStudentApplication database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.StudentServices
Assembly: Cmc.Nexus.Models.dll
Syntax
public class HousingApplicationStudent
Constructors
HousingApplicationStudent()
Declaration
public HousingApplicationStudent()
Properties
Campus
Declaration
public virtual Campus Campus { get; set; }
Property Value
| Type | Description |
|---|---|
| Campus |
CampusId
Gets or sets the CampusId associated with this HousingApplicationStudent.
Declaration
public int CampusId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The CampusId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this HousingApplicationStudent.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The CreatedDateTime. |
HousingApplication
Declaration
public virtual HousingApplication HousingApplication { get; set; }
Property Value
| Type | Description |
|---|---|
| HousingApplication |
HousingApplicationId
Gets or sets the HousingApplicationId associated with this HousingApplicationStudent.
Declaration
public int HousingApplicationId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The HousingApplicationId. |
HousingPeriodBeginDate
Gets or sets the HousingPeriodBeginDate associated with this HousingApplicationStudent.
Declaration
public DateTime HousingPeriodBeginDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The HousingPeriodBeginDate. |
HousingPeriodEndDate
Gets or sets the HousingPeriodEndDate associated with this HousingApplicationStudent.
Declaration
public DateTime HousingPeriodEndDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The HousingPeriodEndDate. |
HousingStatusId
Gets or sets the HousingStatusId associated with this HousingApplicationStudent.
Declaration
public int HousingStatusId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The HousingStatusId. |
Id
Gets or sets the Id associated with this HousingApplicationStudent.
Declaration
public int Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The Id. |
IsDepositReceived
Gets or sets the IsDepositReceived associated with this HousingApplicationStudent.
Declaration
public bool IsDepositReceived { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsDepositReceived. |
IsHousingFeeReceived
Gets or sets the IsHousingFeeReceived associated with this HousingApplicationStudent.
Declaration
public bool IsHousingFeeReceived { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsHousingFeeReceived. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this HousingApplicationStudent.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this HousingApplicationStudent.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The LastModifiedUserId. |
Student
Declaration
public virtual Student Student { get; set; }
Property Value
| Type | Description |
|---|---|
| Student |
StudentId
Gets or sets the StudentId associated with this HousingApplicationStudent.
Declaration
public int StudentId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The StudentId. |
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. |