Class StudentAwardYearHousingStatusEntity
This class represents the EntityModel interface to the SyStudentProvidedHousing database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class StudentAwardYearHousingStatusEntity : Entity, IIdentifiable
Constructors
StudentAwardYearHousingStatusEntity()
Declaration
public StudentAwardYearHousingStatusEntity()
Fields
AwardYearProperty
The AwardYear property.
Declaration
public static readonly EntityProperty AwardYearProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
HousingStatusCodeProperty
The HousingStatusCode property.
Declaration
public static readonly EntityProperty HousingStatusCodeProperty
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 |
RowProperty
The Row property.
Declaration
public static readonly EntityProperty RowProperty
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
AwardYear
Gets or sets the AwardYear associated with this StudentAwardYearHousingStatusEntity.
Declaration
public string AwardYear { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AwardYear. |
HousingStatusCode
Gets or sets the HousingStatusCode associated with this StudentAwardYearHousingStatusEntity.
Declaration
public int HousingStatusCode { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The HousingStatusCode. |
Id
Gets or sets the Id associated with this StudentAwardYearHousingStatusEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
Row
Gets or sets the Row associated with this StudentAwardYearHousingStatusEntity.
Declaration
public byte[] Row { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The Row. |
StudentId
Gets or sets the StudentId associated with this StudentAwardYearHousingStatusEntity.
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()