Class ClassSectionMeetingSchedule
This class represents the EntityModel interface to the AdClassSchedDay database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Academics
Assembly: Cmc.Nexus.Models.dll
Syntax
public class ClassSectionMeetingSchedule
Constructors
ClassSectionMeetingSchedule()
Declaration
public ClassSectionMeetingSchedule()
Properties
Building
Declaration
public virtual Building Building { get; set; }
Property Value
Type | Description |
---|---|
Building |
BuildingId
Gets or sets the BuildingId associated with this ClassSectionMeetingSchedule.
Declaration
public int? BuildingId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The BuildingId. |
ClassSection
Declaration
public virtual ClassSection ClassSection { get; set; }
Property Value
Type | Description |
---|---|
ClassSection |
ClassSectionId
Gets or sets the ClassSectionId associated with this ClassSectionMeetingSchedule.
Declaration
public int ClassSectionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ClassSectionId. |
ClassSectionMeetingPattern
Declaration
public virtual ClassSectionMeetingPattern ClassSectionMeetingPattern { get; set; }
Property Value
Type | Description |
---|---|
ClassSectionMeetingPattern |
ClassSectionMeetingPatternId
Gets or sets the ClassSectionMeetingPatternId associated with this ClassSectionMeetingSchedule.
Declaration
public int? ClassSectionMeetingPatternId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ClassSectionMeetingPatternId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this ClassSectionMeetingSchedule.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DayOfWeek
Gets or sets the DayOfWeek associated with this ClassSectionMeetingSchedule.
Declaration
public byte DayOfWeek { get; set; }
Property Value
Type | Description |
---|---|
System.Byte | The DayOfWeek. |
Id
Gets or sets the Id associated with this ClassSectionMeetingSchedule.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
Instructor
Declaration
public virtual Instructor Instructor { get; set; }
Property Value
Type | Description |
---|---|
Instructor |
InstructorId
Gets or sets the InstructorId associated with this ClassSectionMeetingSchedule.
Declaration
public int? InstructorId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The InstructorId. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this ClassSectionMeetingSchedule.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this ClassSectionMeetingSchedule.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LengthMinutes
Gets or sets the LengthMinutes associated with this ClassSectionMeetingSchedule.
Declaration
public short LengthMinutes { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 | The LengthMinutes. |
Location
Declaration
public virtual Location Location { get; set; }
Property Value
Type | Description |
---|---|
Location |
LocationId
Gets or sets the LocationId associated with this ClassSectionMeetingSchedule.
Declaration
public int? LocationId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The LocationId. |
Room
Declaration
public virtual Room Room { get; set; }
Property Value
Type | Description |
---|---|
Room |
RoomId
Gets or sets the RoomId associated with this ClassSectionMeetingSchedule.
Declaration
public int? RoomId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The RoomId. |
SecondaryInstructors
Declaration
public virtual ICollection<ClassSectionMeetingSecondaryInstructor> SecondaryInstructors { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<ClassSectionMeetingSecondaryInstructor> |
StartTime
Gets or sets the StartTime associated with this ClassSectionMeetingSchedule.
Declaration
public DateTime? StartTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The StartTime. |
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()