Class HousingBuildingEntity
This class represents the EntityModel interface to the HsBuilding database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentServices.Entities
Assembly: Cmc.Nexus.StudentServices.Contracts.dll
Syntax
public class HousingBuildingEntity : Entity, IIdentifiable, IAuditable
Constructors
HousingBuildingEntity()
Declaration
public HousingBuildingEntity()
Fields
AddressesProperty
The Addresses property.
Declaration
public static readonly EntityProperty AddressesProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BuildingCategoryIdProperty
The BuildingCategoryId property.
Declaration
public static readonly EntityProperty BuildingCategoryIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BuildingImageProperty
The BuildingImage property.
Declaration
public static readonly EntityProperty BuildingImageProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CampusGroupIdProperty
The CampusGroupId property.
Declaration
public static readonly EntityProperty CampusGroupIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CampusIdProperty
The CampusId property.
Declaration
public static readonly EntityProperty CampusIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CodeProperty
The Code property.
Declaration
public static readonly EntityProperty CodeProperty
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 |
GenderProperty
The Gender property.
Declaration
public static readonly EntityProperty GenderProperty
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 |
IsOnCampusProperty
The IsOnCampus property.
Declaration
public static readonly EntityProperty IsOnCampusProperty
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 |
MaximumCapacityProperty
The MaximumCapacity property.
Declaration
public static readonly EntityProperty MaximumCapacityProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NameProperty
The Name property.
Declaration
public static readonly EntityProperty NameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NormalCapacityProperty
The NormalCapacity property.
Declaration
public static readonly EntityProperty NormalCapacityProperty
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 |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
Addresses
Declaration
public virtual EntityCollection<HousingBuildingAddressEntity> Addresses { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<HousingBuildingAddressEntity> |
BuildingCategoryId
Gets or sets the BuildingCategoryId associated with this HousingBuildingEntity.
Declaration
public int BuildingCategoryId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BuildingCategoryId. |
BuildingCategoryName
Declaration
public string BuildingCategoryName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BuildingImage
Gets or sets the BuildingImage associated with this HousingBuildingEntity.
Declaration
public byte[] BuildingImage { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The BuildingImage. |
CampusGroup
Declaration
public virtual CampusGroupEntity CampusGroup { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Nexus.Common.Entities.CampusGroupEntity |
CampusGroupId
Gets or sets the CampusGroupId associated with this HousingBuildingEntity.
Declaration
public int? CampusGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CampusGroupId. |
CampusId
Gets or sets the CampusId associated with this HousingBuildingEntity.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusId. |
CampusIdList
Declaration
public List<int> CampusIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |
Code
Gets or sets the Code associated with this HousingBuildingEntity.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this HousingBuildingEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Gender
Gets or sets the Gender associated with this HousingBuildingEntity.
Declaration
public string Gender { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Gender. |
HousingFeatureIdList
Declaration
public List<int> HousingFeatureIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |
Id
Gets or sets the Id associated with this HousingBuildingEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this HousingBuildingEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsOnCampus
Gets or sets the IsOnCampus associated with this HousingBuildingEntity.
Declaration
public bool IsOnCampus { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsOnCampus. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this HousingBuildingEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this HousingBuildingEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
MaximumCapacity
Gets or sets the MaximumCapacity associated with this HousingBuildingEntity.
Declaration
public int MaximumCapacity { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The MaximumCapacity. |
Name
Gets or sets the Name associated with this HousingBuildingEntity.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
NormalCapacity
Gets or sets the NormalCapacity associated with this HousingBuildingEntity.
Declaration
public int NormalCapacity { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The NormalCapacity. |
Note
Gets or sets the Note associated with this HousingBuildingEntity.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
RowVersion
Gets or sets the RowVersion associated with this HousingBuildingEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
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()