Class HousingRoomEntity
This class represents the EntityModel interface to the HsBuildingRooms database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentServices.Entities
Assembly: Cmc.Nexus.StudentServices.Contracts.dll
Syntax
public class HousingRoomEntity : Entity, IIdentifiable, IAuditable
Constructors
HousingRoomEntity()
Declaration
public HousingRoomEntity()
Fields
AggregateChargeProperty
The AggregateCharge property.
Declaration
public static readonly EntityProperty AggregateChargeProperty
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 |
FrequencyProperty
The Frequency property.
Declaration
public static readonly EntityProperty FrequencyProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
GenderProperty
The Gender property.
Declaration
public static readonly EntityProperty GenderProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
HousingBuildingIdProperty
The HousingBuildingId property.
Declaration
public static readonly EntityProperty HousingBuildingIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
HousingSuiteIdProperty
The HousingSuiteId property.
Declaration
public static readonly EntityProperty HousingSuiteIdProperty
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 |
IsActiveProperty
The IsActive property.
Declaration
public static readonly EntityProperty IsActiveProperty
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 |
RoomCategoryIdProperty
The RoomCategoryId property.
Declaration
public static readonly EntityProperty RoomCategoryIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RoomFeeProperty
The RoomFee property.
Declaration
public static readonly EntityProperty RoomFeeProperty
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 |
TransactionCodeIdProperty
The TransactionCodeId property.
Declaration
public static readonly EntityProperty TransactionCodeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AggregateCharge
Gets or sets the AggregateCharge associated with this HousingRoomEntity.
Declaration
public bool AggregateCharge { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The AggregateCharge. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this HousingRoomEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Frequency
Gets or sets the Frequency associated with this HousingRoomEntity.
Declaration
public string Frequency { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Frequency. |
Gender
Gets or sets the Gender associated with this HousingRoomEntity.
Declaration
public string Gender { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Gender. |
HousingBuildingId
Gets or sets the HousingBuildingId associated with this HousingRoomEntity.
Declaration
public int HousingBuildingId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The HousingBuildingId. |
HousingFeatureIdList
Declaration
public List<int> HousingFeatureIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |
HousingSuiteId
Gets or sets the HousingSuiteId associated with this HousingRoomEntity.
Declaration
public int? HousingSuiteId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The HousingSuiteId. |
Id
Gets or sets the Id associated with this HousingRoomEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this HousingRoomEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this HousingRoomEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this HousingRoomEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
RoomCategoryId
Gets or sets the RoomCategoryId associated with this HousingRoomEntity.
Declaration
public int RoomCategoryId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The RoomCategoryId. |
RoomFee
Gets or sets the RoomFee associated with this HousingRoomEntity.
Declaration
public decimal RoomFee { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The RoomFee. |
RoomNumber
Gets or sets the RoomNumber associated with this HousingRoomEntity.
Declaration
public string RoomNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RoomNumber. |
RowVersion
Gets or sets the RowVersion associated with this HousingRoomEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
TransactionCodeId
Gets or sets the TransactionCodeId associated with this HousingRoomEntity.
Declaration
public int? TransactionCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TransactionCodeId. |
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()