Class HousingInfoStudent
This class represents the EntityModel interface to the SsStudHousingInfo database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.StudentServices
Assembly: Cmc.Nexus.Models.dll
Syntax
public class HousingInfoStudent
Constructors
HousingInfoStudent()
Declaration
public HousingInfoStudent()
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this HousingInfoStudent.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this HousingInfoStudent.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsHousingRequired
Gets or sets the IsHousingRequired associated with this HousingInfoStudent.
Declaration
public bool IsHousingRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsHousingRequired. |
IsPlacedBySchool
Gets or sets the IsPlacedBySchool associated with this HousingInfoStudent.
Declaration
public bool IsPlacedBySchool { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPlacedBySchool. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this HousingInfoStudent.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this HousingInfoStudent.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
MonthlyFee
Gets or sets the MonthlyFee associated with this HousingInfoStudent.
Declaration
public decimal MonthlyFee { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The MonthlyFee. |
MoveInDate
Gets or sets the MoveInDate associated with this HousingInfoStudent.
Declaration
public DateTime? MoveInDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The MoveInDate. |
MoveOutDate
Gets or sets the MoveOutDate associated with this HousingInfoStudent.
Declaration
public DateTime? MoveOutDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The MoveOutDate. |
Note
Gets or sets the Note associated with this HousingInfoStudent.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
RoommateGenderPreference
Gets or sets the RoommateGenderPreference associated with this HousingInfoStudent.
Declaration
public string RoommateGenderPreference { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RoommateGenderPreference. |
RoomNumber
Gets or sets the RoomNumber associated with this HousingInfoStudent.
Declaration
public string RoomNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RoomNumber. |
SmokingPreference
Gets or sets the SmokingPreference associated with this HousingInfoStudent.
Declaration
public string SmokingPreference { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SmokingPreference. |
StudentServicesLocation
Declaration
public virtual StudentServicesLocation StudentServicesLocation { get; set; }
Property Value
Type | Description |
---|---|
StudentServicesLocation |
StudentServicesLocationId
Gets or sets the StudentServicesLocationId associated with this HousingInfoStudent.
Declaration
public int? StudentServicesLocationId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentServicesLocationId. |
StudentServicesRoom
Declaration
public virtual StudentServicesRoom StudentServicesRoom { get; set; }
Property Value
Type | Description |
---|---|
StudentServicesRoom |
StudentServicesRoomId
Gets or sets the StudentServicesRoomId associated with this HousingInfoStudent.
Declaration
public int? StudentServicesRoomId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentServicesRoomId. |
StudentServicesRoomType
Declaration
public virtual StudentServicesRoomType StudentServicesRoomType { get; set; }
Property Value
Type | Description |
---|---|
StudentServicesRoomType |
StudentServicesRoomTypeId
Gets or sets the StudentServicesRoomTypeId associated with this HousingInfoStudent.
Declaration
public int? StudentServicesRoomTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentServicesRoomTypeId. |
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. |