Class HousingSuiteEntity
This class represents the EntityModel interface to the HsBuildingSuites database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentServices.Entities
Assembly: Cmc.Nexus.StudentServices.Contracts.dll
Syntax
public class HousingSuiteEntity : Entity, IIdentifiable, IAuditable
Constructors
HousingSuiteEntity()
Declaration
public HousingSuiteEntity()
Fields
BillingTransactionCodeIdProperty
The BillingTransactionCodeId property.
Declaration
public static readonly EntityProperty BillingTransactionCodeIdProperty
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 |
HousingSuiteCategoryIdProperty
The HousingSuiteCategoryId property.
Declaration
public static readonly EntityProperty HousingSuiteCategoryIdProperty
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 |
IsAggregateChargeProperty
The IsAggregateCharge property.
Declaration
public static readonly EntityProperty IsAggregateChargeProperty
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 |
SuiteNumberProperty
The SuiteNumber property.
Declaration
public static readonly EntityProperty SuiteNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
BillingTransactionCodeId
Gets or sets the BillingTransactionCodeId associated with this HousingSuiteEntity.
Declaration
public int? BillingTransactionCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The BillingTransactionCodeId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this HousingSuiteEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Frequency
Gets or sets the Frequency associated with this HousingSuiteEntity.
Declaration
public string Frequency { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Frequency. |
Gender
Gets or sets the Gender associated with this HousingSuiteEntity.
Declaration
public string Gender { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Gender. |
HousingBuildingId
Gets or sets the HousingBuildingId associated with this HousingSuiteEntity.
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> |
HousingSuiteCategoryId
Gets or sets the HousingSuiteCategoryId associated with this HousingSuiteEntity.
Declaration
public int HousingSuiteCategoryId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The HousingSuiteCategoryId. |
Id
Gets or sets the Id associated with this HousingSuiteEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this HousingSuiteEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsAggregateCharge
Gets or sets the IsAggregateCharge associated with this HousingSuiteEntity.
Declaration
public bool IsAggregateCharge { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAggregateCharge. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this HousingSuiteEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this HousingSuiteEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
RowVersion
Gets or sets the RowVersion associated with this HousingSuiteEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
SuiteNumber
Gets or sets the SuiteNumber associated with this HousingSuiteEntity.
Declaration
public string SuiteNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SuiteNumber. |
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()