Class ClassSectionMeetingDate
This class represents the EntityModel interface to the AdClassAttend database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Academics
Assembly: Cmc.Nexus.Models.dll
Syntax
public class ClassSectionMeetingDate
Constructors
ClassSectionMeetingDate()
Declaration
public ClassSectionMeetingDate()
Properties
Attendance
Declaration
public virtual ICollection<Attendance> Attendance { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<Attendance> |
Building
Declaration
public virtual Building Building { get; set; }
Property Value
Type | Description |
---|---|
Building |
BuildingId
Gets or sets the BuildingId associated with this ClassSectionMeetingDate.
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 ClassSectionMeetingDate.
Declaration
public int ClassSectionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ClassSectionId. |
ClassSectionMeetingPatternId
Gets or sets the ClassSectionMeetingPatternId associated with this ClassSectionMeetingDate.
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 ClassSectionMeetingDate.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this ClassSectionMeetingDate.
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 ClassSectionMeetingDate.
Declaration
public int? InstructorId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The InstructorId. |
IsManualEdit
Gets or sets the IsManualEdit associated with this ClassSectionMeetingDate.
Declaration
public bool IsManualEdit { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsManualEdit. |
IsMeetingEdit
Gets or sets the IsMeetingEdit associated with this ClassSectionMeetingDate.
Declaration
public bool IsMeetingEdit { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsMeetingEdit. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this ClassSectionMeetingDate.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this ClassSectionMeetingDate.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LengthMinutes
Gets or sets the LengthMinutes associated with this ClassSectionMeetingDate.
Declaration
public decimal LengthMinutes { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The LengthMinutes. |
Location
Declaration
public virtual Location Location { get; set; }
Property Value
Type | Description |
---|---|
Location |
LocationId
Gets or sets the LocationId associated with this ClassSectionMeetingDate.
Declaration
public int? LocationId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The LocationId. |
MeetingDate
Gets or sets the MeetingDate associated with this ClassSectionMeetingDate.
Declaration
public DateTime MeetingDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The MeetingDate. |
Note
Gets or sets the Note associated with this ClassSectionMeetingDate.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
Room
Declaration
public virtual Room Room { get; set; }
Property Value
Type | Description |
---|---|
Room |
RoomId
Gets or sets the RoomId associated with this ClassSectionMeetingDate.
Declaration
public int RoomId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The RoomId. |
StartTime
Gets or sets the StartTime associated with this ClassSectionMeetingDate.
Declaration
public DateTime StartTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The StartTime. |
Status
Gets or sets the Status associated with this ClassSectionMeetingDate.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Status. |
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()