Class HousingInfoStudentEntity
This class represents the EntityModel interface to the SsStudHousingInfo database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentServices.Entities
Assembly: Cmc.Nexus.StudentServices.Contracts.dll
Syntax
public class HousingInfoStudentEntity : Entity, IIdentifiable, IAuditable
Constructors
HousingInfoStudentEntity()
Declaration
public HousingInfoStudentEntity()
Fields
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
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 |
IsHousingRequiredProperty
The IsHousingRequired property.
Declaration
public static readonly EntityProperty IsHousingRequiredProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsPlacedBySchoolProperty
The IsPlacedBySchool property.
Declaration
public static readonly EntityProperty IsPlacedBySchoolProperty
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 |
MonthlyFeeProperty
The MonthlyFee property.
Declaration
public static readonly EntityProperty MonthlyFeeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MoveInDateProperty
The MoveInDate property.
Declaration
public static readonly EntityProperty MoveInDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MoveOutDateProperty
The MoveOutDate property.
Declaration
public static readonly EntityProperty MoveOutDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NoteProperty
The Note property.
Declaration
public static readonly EntityProperty NoteProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RoommateGenderPreferenceProperty
The RoommateGenderPreference property.
Declaration
public static readonly EntityProperty RoommateGenderPreferenceProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RoomNumberProperty
The RoomNumber property.
Declaration
public static readonly EntityProperty RoomNumberProperty
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 |
SmokingPreferenceProperty
The SmokingPreference property.
Declaration
public static readonly EntityProperty SmokingPreferenceProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentServicesLocationIdProperty
The StudentServicesLocationId property.
Declaration
public static readonly EntityProperty StudentServicesLocationIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentServicesRoomIdProperty
The StudentServicesRoomId property.
Declaration
public static readonly EntityProperty StudentServicesRoomIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentServicesRoomTypeIdProperty
The StudentServicesRoomTypeId property.
Declaration
public static readonly EntityProperty StudentServicesRoomTypeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this HousingInfoStudentEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this HousingInfoStudentEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsHousingRequired
Gets or sets the IsHousingRequired associated with this HousingInfoStudentEntity.
Declaration
public bool IsHousingRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsHousingRequired. |
IsPlacedBySchool
Gets or sets the IsPlacedBySchool associated with this HousingInfoStudentEntity.
Declaration
public bool IsPlacedBySchool { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPlacedBySchool. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this HousingInfoStudentEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this HousingInfoStudentEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
MonthlyFee
Gets or sets the MonthlyFee associated with this HousingInfoStudentEntity.
Declaration
public decimal MonthlyFee { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The MonthlyFee. |
MoveInDate
Gets or sets the MoveInDate associated with this HousingInfoStudentEntity.
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 HousingInfoStudentEntity.
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 HousingInfoStudentEntity.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
RoommateGenderPreference
Gets or sets the RoommateGenderPreference associated with this HousingInfoStudentEntity.
Declaration
public string RoommateGenderPreference { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RoommateGenderPreference. |
RoomNumber
Gets or sets the RoomNumber associated with this HousingInfoStudentEntity.
Declaration
public string RoomNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RoomNumber. |
RowVersion
Gets or sets the RowVersion associated with this HousingInfoStudentEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
SmokingPreference
Gets or sets the SmokingPreference associated with this HousingInfoStudentEntity.
Declaration
public string SmokingPreference { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SmokingPreference. |
StudentServicesLocationId
Gets or sets the StudentServicesLocationId associated with this HousingInfoStudentEntity.
Declaration
public int? StudentServicesLocationId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentServicesLocationId. |
StudentServicesRoomId
Gets or sets the StudentServicesRoomId associated with this HousingInfoStudentEntity.
Declaration
public int? StudentServicesRoomId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentServicesRoomId. |
StudentServicesRoomTypeId
Gets or sets the StudentServicesRoomTypeId associated with this HousingInfoStudentEntity.
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()