Class HousingApplicationStudentEntity
This class represents the EntityModel interface to the HsStudentApplication database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentServices.Entities
Assembly: Cmc.Nexus.StudentServices.Contracts.dll
Syntax
public class HousingApplicationStudentEntity : Entity, IIdentifiable, IAuditable
Constructors
HousingApplicationStudentEntity()
Declaration
public HousingApplicationStudentEntity()
Fields
CampusIdProperty
The CampusId property.
Declaration
public static readonly EntityProperty CampusIdProperty
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 |
HousingApplicationIdProperty
The HousingApplicationId property.
Declaration
public static readonly EntityProperty HousingApplicationIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
HousingPeriodBeginDateProperty
The HousingPeriodBeginDate property.
Declaration
public static readonly EntityProperty HousingPeriodBeginDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
HousingPeriodEndDateProperty
The HousingPeriodEndDate property.
Declaration
public static readonly EntityProperty HousingPeriodEndDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
HousingStatusIdProperty
The HousingStatusId property.
Declaration
public static readonly EntityProperty HousingStatusIdProperty
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 |
IsDepositReceivedProperty
The IsDepositReceived property.
Declaration
public static readonly EntityProperty IsDepositReceivedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsHousingFeeReceivedProperty
The IsHousingFeeReceived property.
Declaration
public static readonly EntityProperty IsHousingFeeReceivedProperty
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 |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentIdProperty
The StudentId property.
Declaration
public static readonly EntityProperty StudentIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CampusId
Gets or sets the CampusId associated with this HousingApplicationStudentEntity.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this HousingApplicationStudentEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
HousingApplicationId
Gets or sets the HousingApplicationId associated with this HousingApplicationStudentEntity.
Declaration
public int HousingApplicationId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The HousingApplicationId. |
HousingPeriodBeginDate
Gets or sets the HousingPeriodBeginDate associated with this HousingApplicationStudentEntity.
Declaration
public DateTime HousingPeriodBeginDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The HousingPeriodBeginDate. |
HousingPeriodEndDate
Gets or sets the HousingPeriodEndDate associated with this HousingApplicationStudentEntity.
Declaration
public DateTime HousingPeriodEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The HousingPeriodEndDate. |
HousingStatusId
Gets or sets the HousingStatusId associated with this HousingApplicationStudentEntity.
Declaration
public int HousingStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The HousingStatusId. |
Id
Gets or sets the Id associated with this HousingApplicationStudentEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsDepositReceived
Gets or sets the IsDepositReceived associated with this HousingApplicationStudentEntity.
Declaration
public bool IsDepositReceived { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsDepositReceived. |
IsHousingFeeReceived
Gets or sets the IsHousingFeeReceived associated with this HousingApplicationStudentEntity.
Declaration
public bool IsHousingFeeReceived { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsHousingFeeReceived. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this HousingApplicationStudentEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this HousingApplicationStudentEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
RowVersion
Gets or sets the RowVersion associated with this HousingApplicationStudentEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StudentId
Gets or sets the StudentId associated with this HousingApplicationStudentEntity.
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()