Class HousingApplication
This class represents the EntityModel interface to the HsApplication database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.StudentServices
Assembly: Cmc.Nexus.Models.dll
Syntax
public class HousingApplication
Constructors
HousingApplication()
Declaration
public HousingApplication()
Properties
BillingTransactionCode
Declaration
public virtual BillingTransactionCode BillingTransactionCode { get; set; }
Property Value
| Type | Description |
|---|---|
| BillingTransactionCode |
BillingTransactionCodeId
Gets or sets the BillingTransactionCodeId associated with this HousingApplication.
Declaration
public int? BillingTransactionCodeId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The BillingTransactionCodeId. |
CampusGroup
Declaration
public virtual CampusGroup CampusGroup { get; set; }
Property Value
| Type | Description |
|---|---|
| CampusGroup |
CampusGroupId
Gets or sets the CampusGroupId associated with this HousingApplication.
Declaration
public int CampusGroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The CampusGroupId. |
Code
Gets or sets the Code associated with this HousingApplication.
Declaration
public string Code { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this HousingApplication.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The CreatedDateTime. |
DepositAmount
Gets or sets the DepositAmount associated with this HousingApplication.
Declaration
public decimal? DepositAmount { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Decimal> | The DepositAmount. |
HousingApplicationQuestions
Declaration
public virtual ICollection<HousingApplicationQuestion> HousingApplicationQuestions { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.ICollection<HousingApplicationQuestion> |
HousingFeeAmount
Gets or sets the HousingFeeAmount associated with this HousingApplication.
Declaration
public decimal? HousingFeeAmount { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Decimal> | The HousingFeeAmount. |
HousingFeeSubsidiaryAccountType
Declaration
public virtual SubsidiaryAccountType HousingFeeSubsidiaryAccountType { get; set; }
Property Value
| Type | Description |
|---|---|
| SubsidiaryAccountType |
HousingFeeSubsidiaryAccountTypeId
Gets or sets the HousingFeeSubsidiaryAccountTypeId associated with this HousingApplication.
Declaration
public int? HousingFeeSubsidiaryAccountTypeId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The HousingFeeSubsidiaryAccountTypeId. |
Id
Gets or sets the Id associated with this HousingApplication.
Declaration
public int Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this HousingApplication.
Declaration
public bool IsActive { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsActive. |
IsDepositRequired
Gets or sets the IsDepositRequired associated with this HousingApplication.
Declaration
public bool IsDepositRequired { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsDepositRequired. |
IsHousingFeeRequired
Gets or sets the IsHousingFeeRequired associated with this HousingApplication.
Declaration
public bool IsHousingFeeRequired { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsHousingFeeRequired. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this HousingApplication.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this HousingApplication.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The LastModifiedUserId. |
Name
Gets or sets the Name associated with this HousingApplication.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The Name. |
SubsidiaryAccountType
Declaration
public virtual SubsidiaryAccountType SubsidiaryAccountType { get; set; }
Property Value
| Type | Description |
|---|---|
| SubsidiaryAccountType |
SubsidiaryAccountTypeId
Gets or sets the SubsidiaryAccountTypeId associated with this HousingApplication.
Declaration
public int? SubsidiaryAccountTypeId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The SubsidiaryAccountTypeId. |
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. |