Class ClassSectionMeetingDateEntity
This class represents the EntityModel interface to the AdClassAttend database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class ClassSectionMeetingDateEntity : Entity, IIdentifiable, IAuditable
Constructors
ClassSectionMeetingDateEntity()
Declaration
public ClassSectionMeetingDateEntity()
Fields
BuildingIdProperty
The BuildingId property.
Declaration
public static readonly EntityProperty BuildingIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ClassSectionIdProperty
The ClassSectionId property.
Declaration
public static readonly EntityProperty ClassSectionIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ClassSectionMeetingPatternIdProperty
The ClassSectionMeetingPatternId property.
Declaration
public static readonly EntityProperty ClassSectionMeetingPatternIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
InstructorIdProperty
The InstructorId property.
Declaration
public static readonly EntityProperty InstructorIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsManualEditProperty
The IsManualEdit property.
Declaration
public static readonly EntityProperty IsManualEditProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsMeetingEditProperty
The IsMeetingEdit property.
Declaration
public static readonly EntityProperty IsMeetingEditProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedDateTimeProperty
The LastModifiedDateTime property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedUserIdProperty
The LastModifiedUserId property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LengthMinutesProperty
The LengthMinutes property.
Declaration
public static readonly EntityProperty LengthMinutesProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LocationIdProperty
The LocationId property.
Declaration
public static readonly EntityProperty LocationIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MeetingDateProperty
The MeetingDate property.
Declaration
public static readonly EntityProperty MeetingDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NoteProperty
The Note property.
Declaration
public static readonly EntityProperty NoteProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RoomIdProperty
The RoomId property.
Declaration
public static readonly EntityProperty RoomIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StartTimeProperty
The StartTime property.
Declaration
public static readonly EntityProperty StartTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StatusProperty
The Status property.
Declaration
public static readonly EntityProperty StatusProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
BuildingId
Gets or sets the BuildingId associated with this ClassSectionMeetingDateEntity.
Declaration
public int? BuildingId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The BuildingId. |
ClassSchedLength
ClassScheduledHours
Declaration
public decimal ClassSchedLength { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
ClassSchedPeriodDayConflictList
Declaration
public List<ClassSchedPeriodDayConflict> ClassSchedPeriodDayConflictList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ClassSchedPeriodDayConflict> |
ClassSectionId
Gets or sets the ClassSectionId associated with this ClassSectionMeetingDateEntity.
Declaration
public int ClassSectionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ClassSectionId. |
ClassSectionMeetingPatternId
Gets or sets the ClassSectionMeetingPatternId associated with this ClassSectionMeetingDateEntity.
Declaration
public int? ClassSectionMeetingPatternId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ClassSectionMeetingPatternId. |
CourseClockHours
CourseContactHours
Declaration
public decimal CourseClockHours { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this ClassSectionMeetingDateEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this ClassSectionMeetingDateEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
InstructorId
Gets or sets the InstructorId associated with this ClassSectionMeetingDateEntity.
Declaration
public int? InstructorId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The InstructorId. |
InstructorList
Declaration
public List<int> InstructorList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |
IsInstructorMeetingScheduleConflicted
Declaration
public bool IsInstructorMeetingScheduleConflicted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsManualEdit
Gets or sets the IsManualEdit associated with this ClassSectionMeetingDateEntity.
Declaration
public bool IsManualEdit { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsManualEdit. |
IsMeetingEdit
Gets or sets the IsMeetingEdit associated with this ClassSectionMeetingDateEntity.
Declaration
public bool IsMeetingEdit { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsMeetingEdit. |
IsMeetingScheduleConflicted
IsMeetingScheduleConflicted contains information whether to show override popup if no Validationmessage
Declaration
public bool IsMeetingScheduleConflicted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsMeetingScheduleConflictOverridden
IsMeetingScheduleConflictOverridden contains user selection on override popup (Yes or No)
Declaration
public bool IsMeetingScheduleConflictOverridden { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this ClassSectionMeetingDateEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this ClassSectionMeetingDateEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LengthMinutes
Gets or sets the LengthMinutes associated with this ClassSectionMeetingDateEntity.
Declaration
public decimal LengthMinutes { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The LengthMinutes. |
LoadTypeIdList
Declaration
public List<int> LoadTypeIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |
LocationId
Gets or sets the LocationId associated with this ClassSectionMeetingDateEntity.
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 ClassSectionMeetingDateEntity.
Declaration
public DateTime MeetingDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The MeetingDate. |
Note
Gets or sets the Note associated with this ClassSectionMeetingDateEntity.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
RoomId
Gets or sets the RoomId associated with this ClassSectionMeetingDateEntity.
Declaration
public int RoomId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The RoomId. |
RowVersion
Gets or sets the RowVersion associated with this ClassSectionMeetingDateEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StartTime
Gets or sets the StartTime associated with this ClassSectionMeetingDateEntity.
Declaration
public DateTime StartTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The StartTime. |
Status
Gets or sets the Status associated with this ClassSectionMeetingDateEntity.
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()