Class MeetingPatternEntity
This class represents the EntityModel interface to the AdPeriod database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class MeetingPatternEntity : Entity, IIdentifiable, IAuditable
Constructors
MeetingPatternEntity()
Declaration
public MeetingPatternEntity()
Fields
CampusGroupIdProperty
The CampusGroupId property.
Declaration
public static readonly EntityProperty CampusGroupIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CodeProperty
The Code property.
Declaration
public static readonly EntityProperty CodeProperty
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 |
EndTimeProperty
The EndTime property.
Declaration
public static readonly EntityProperty EndTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FrequencyProperty
The Frequency property.
Declaration
public static readonly EntityProperty FrequencyProperty
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 |
IsActiveProperty
The IsActive property.
Declaration
public static readonly EntityProperty IsActiveProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsMeetingOnFridayProperty
The IsMeetingOnFriday property.
Declaration
public static readonly EntityProperty IsMeetingOnFridayProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsMeetingOnMondayProperty
The IsMeetingOnMonday property.
Declaration
public static readonly EntityProperty IsMeetingOnMondayProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsMeetingOnSaturdayProperty
The IsMeetingOnSaturday property.
Declaration
public static readonly EntityProperty IsMeetingOnSaturdayProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsMeetingOnSundayProperty
The IsMeetingOnSunday property.
Declaration
public static readonly EntityProperty IsMeetingOnSundayProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsMeetingOnThursdayProperty
The IsMeetingOnThursday property.
Declaration
public static readonly EntityProperty IsMeetingOnThursdayProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsMeetingOnTuesdayProperty
The IsMeetingOnTuesday property.
Declaration
public static readonly EntityProperty IsMeetingOnTuesdayProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsMeetingOnWednesdayProperty
The IsMeetingOnWednesday property.
Declaration
public static readonly EntityProperty IsMeetingOnWednesdayProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsRecurrenceEndingProperty
The IsRecurrenceEnding property.
Declaration
public static readonly EntityProperty IsRecurrenceEndingProperty
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 |
MeetingLengthProperty
The MeetingLength property.
Declaration
public static readonly EntityProperty MeetingLengthProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NameProperty
The Name property.
Declaration
public static readonly EntityProperty NameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PatternTypeProperty
The PatternType property.
Declaration
public static readonly EntityProperty PatternTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RecurrenceEndNumberProperty
The RecurrenceEndNumber property.
Declaration
public static readonly EntityProperty RecurrenceEndNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RecurrenceStartWeeksProperty
The RecurrenceStartWeeks property.
Declaration
public static readonly EntityProperty RecurrenceStartWeeksProperty
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
CampusGroup
Declaration
public virtual CampusGroupEntity CampusGroup { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Nexus.Common.Entities.CampusGroupEntity |
CampusGroupId
Gets or sets the CampusGroupId associated with this MeetingPatternEntity.
Declaration
public int CampusGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusGroupId. |
CampusIdList
Declaration
public List<int> CampusIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |
Code
Gets or sets the Code associated with this MeetingPatternEntity.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this MeetingPatternEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
EndTime
Gets or sets the EndTime associated with this MeetingPatternEntity.
Declaration
public DateTime EndTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The EndTime. |
Frequency
Gets or sets the Frequency associated with this MeetingPatternEntity.
Declaration
public short Frequency { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 | The Frequency. |
Id
Gets or sets the Id associated with this MeetingPatternEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this MeetingPatternEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsMeetingOnFriday
Gets or sets the IsMeetingOnFriday associated with this MeetingPatternEntity.
Declaration
public bool IsMeetingOnFriday { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsMeetingOnFriday. |
IsMeetingOnMonday
Gets or sets the IsMeetingOnMonday associated with this MeetingPatternEntity.
Declaration
public bool IsMeetingOnMonday { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsMeetingOnMonday. |
IsMeetingOnSaturday
Gets or sets the IsMeetingOnSaturday associated with this MeetingPatternEntity.
Declaration
public bool IsMeetingOnSaturday { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsMeetingOnSaturday. |
IsMeetingOnSunday
Gets or sets the IsMeetingOnSunday associated with this MeetingPatternEntity.
Declaration
public bool IsMeetingOnSunday { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsMeetingOnSunday. |
IsMeetingOnThursday
Gets or sets the IsMeetingOnThursday associated with this MeetingPatternEntity.
Declaration
public bool IsMeetingOnThursday { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsMeetingOnThursday. |
IsMeetingOnTuesday
Gets or sets the IsMeetingOnTuesday associated with this MeetingPatternEntity.
Declaration
public bool IsMeetingOnTuesday { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsMeetingOnTuesday. |
IsMeetingOnWednesday
Gets or sets the IsMeetingOnWednesday associated with this MeetingPatternEntity.
Declaration
public bool IsMeetingOnWednesday { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsMeetingOnWednesday. |
IsRecurrenceEnding
Gets or sets the IsRecurrenceEnding associated with this MeetingPatternEntity.
Declaration
public bool IsRecurrenceEnding { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsRecurrenceEnding. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this MeetingPatternEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this MeetingPatternEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
MeetingLength
Gets or sets the MeetingLength associated with this MeetingPatternEntity.
Declaration
public short MeetingLength { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 | The MeetingLength. |
Name
Gets or sets the Name associated with this MeetingPatternEntity.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
PatternType
Gets or sets the PatternType associated with this MeetingPatternEntity.
Declaration
public string PatternType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PatternType. |
RecurrenceEndNumber
Gets or sets the RecurrenceEndNumber associated with this MeetingPatternEntity.
Declaration
public short RecurrenceEndNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 | The RecurrenceEndNumber. |
RecurrenceStartWeeks
Gets or sets the RecurrenceStartWeeks associated with this MeetingPatternEntity.
Declaration
public short RecurrenceStartWeeks { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 | The RecurrenceStartWeeks. |
RowVersion
Gets or sets the RowVersion associated with this MeetingPatternEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StartTime
Gets or sets the StartTime associated with this MeetingPatternEntity.
Declaration
public DateTime StartTime { get; set; }
Property Value
Type | Description |
---|---|
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()