Class RoomResource
This class represents the EntityModel interface to the AdRoomResources database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Common
Assembly: Cmc.Nexus.Models.dll
Syntax
public class RoomResource
Constructors
RoomResource()
Declaration
public RoomResource()
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this RoomResource.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this RoomResource.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this RoomResource.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsRequired
Gets or sets the IsRequired associated with this RoomResource.
Declaration
public bool IsRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsRequired. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this RoomResource.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this RoomResource.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Quantity
Gets or sets the Quantity associated with this RoomResource.
Declaration
public int Quantity { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Quantity. |
Resource
Declaration
public virtual Resource Resource { get; set; }
Property Value
Type | Description |
---|---|
Resource |
ResourceId
Gets or sets the ResourceId associated with this RoomResource.
Declaration
public int ResourceId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ResourceId. |
Room
Declaration
public virtual Room Room { get; set; }
Property Value
Type | Description |
---|---|
Room |
RoomId
Gets or sets the RoomId associated with this RoomResource.
Declaration
public int RoomId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The RoomId. |
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()