Class ClassSectionMeetingScheduleEntity
This class represents the EntityModel interface to the AdClassSchedDay database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class ClassSectionMeetingScheduleEntity : Entity, IIdentifiable, IAuditable
Constructors
ClassSectionMeetingScheduleEntity()
Declaration
public ClassSectionMeetingScheduleEntity()
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 |
DayOfWeekProperty
The DayOfWeek property.
Declaration
public static readonly EntityProperty DayOfWeekProperty
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 |
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 |
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 |
Properties
BuildingId
Gets or sets the BuildingId associated with this ClassSectionMeetingScheduleEntity.
Declaration
public int? BuildingId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The BuildingId. |
ClassSectionId
Gets or sets the ClassSectionId associated with this ClassSectionMeetingScheduleEntity.
Declaration
public int ClassSectionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ClassSectionId. |
ClassSectionMeetingPatternId
Gets or sets the ClassSectionMeetingPatternId associated with this ClassSectionMeetingScheduleEntity.
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 ClassSectionMeetingScheduleEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DayOfWeek
Gets or sets the DayOfWeek associated with this ClassSectionMeetingScheduleEntity.
Declaration
public byte DayOfWeek { get; set; }
Property Value
Type | Description |
---|---|
System.Byte | The DayOfWeek. |
Id
Gets or sets the Id associated with this ClassSectionMeetingScheduleEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
InstructorId
Gets or sets the InstructorId associated with this ClassSectionMeetingScheduleEntity.
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 ClassSectionMeetingScheduleEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this ClassSectionMeetingScheduleEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LengthMinutes
Gets or sets the LengthMinutes associated with this ClassSectionMeetingScheduleEntity.
Declaration
public short LengthMinutes { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 | The LengthMinutes. |
LocationId
Gets or sets the LocationId associated with this ClassSectionMeetingScheduleEntity.
Declaration
public int? LocationId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The LocationId. |
RoomId
Gets or sets the RoomId associated with this ClassSectionMeetingScheduleEntity.
Declaration
public int? RoomId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The RoomId. |
RowVersion
Gets or sets the RowVersion associated with this ClassSectionMeetingScheduleEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StartTime
Gets or sets the StartTime associated with this ClassSectionMeetingScheduleEntity.
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()