Class Room
This class represents the EntityModel interface to the AdRoom database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Common
Assembly: Cmc.Nexus.Models.dll
Syntax
public class Room
Constructors
Room()
Declaration
public Room()
Properties
Building
Declaration
public virtual Building Building { get; set; }
Property Value
Type | Description |
---|---|
Building |
BuildingId
Gets or sets the BuildingId associated with this Room.
Declaration
public int BuildingId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BuildingId. |
BuildingNumber
Gets or sets the BuildingNumber associated with this Room.
Declaration
public string BuildingNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BuildingNumber. |
Capacity
Gets or sets the Capacity associated with this Room.
Declaration
public int Capacity { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Capacity. |
Code
Gets or sets the Code associated with this Room.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this Room.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
ExtendedProperties
Extended Properties
Declaration
public ICollection<RoomExtendedProperty> ExtendedProperties { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<RoomExtendedProperty> |
Id
Gets or sets the Id associated with this Room.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this Room.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsConflictsChecked
Gets or sets the IsConflictsChecked associated with this Room.
Declaration
public bool IsConflictsChecked { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsConflictsChecked. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this Room.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this Room.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
MeetingSchedule
Declaration
public virtual ICollection<ClassSectionMeetingSchedule> MeetingSchedule { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<ClassSectionMeetingSchedule> |
Name
Gets or sets the Name associated with this Room.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
Resources
Declaration
public virtual ICollection<RoomResource> Resources { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<RoomResource> |
RoomNumber
Gets or sets the RoomNumber associated with this Room.
Declaration
public string RoomNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RoomNumber. |
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()