Class StudentServicesRoomEntity
This class represents the EntityModel interface to the SsRoom database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentServices.Entities
Assembly: Cmc.Nexus.StudentServices.Contracts.dll
Syntax
public class StudentServicesRoomEntity : Entity, IIdentifiable, IAuditable
Constructors
StudentServicesRoomEntity()
Declaration
public StudentServicesRoomEntity()
Fields
CreatedDateTimeProperty
The Represents the created date time associated with this student services room. property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IdProperty
The Represents the id associated with this student services room. property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsActiveProperty
The Represents the is active associated with this student services room. property.
Declaration
public static readonly EntityProperty IsActiveProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedDateTimeProperty
The Represents the last modified date time associated with this student services room. property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedUserIdProperty
The Represents the last modified user id associated with this student services room. property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LocationIdProperty
The Represents the location id associated with this student services room. property.
Declaration
public static readonly EntityProperty LocationIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NameProperty
The Represents the name associated with this student services room. property.
Declaration
public static readonly EntityProperty NameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RoomNumberProperty
The Represents the room number associated with this student services room. property.
Declaration
public static readonly EntityProperty RoomNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RoomTypeIdProperty
The Represents the room type id associated with this student services room. property.
Declaration
public static readonly EntityProperty RoomTypeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentServicesRoomEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this StudentServicesRoomEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this StudentServicesRoomEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentServicesRoomEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentServicesRoomEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LocationId
Gets or sets the LocationId associated with this StudentServicesRoomEntity.
Declaration
public int LocationId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LocationId. |
Name
Gets or sets the Name associated with this StudentServicesRoomEntity.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
RoomNumber
Gets or sets the RoomNumber associated with this StudentServicesRoomEntity.
Declaration
public string RoomNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RoomNumber. |
RoomTypeId
Gets or sets the RoomTypeId associated with this StudentServicesRoomEntity.
Declaration
public int RoomTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The RoomTypeId. |
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()