Class CalendarEntity
This class represents the EntityModel interface to the AdCalendar database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Common.Entities
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class CalendarEntity : Entity, IDynamicCampusListEntity, IIdentifiable, IAuditableConstructors
CalendarEntity()
Declaration
public CalendarEntity()Fields
CampusGroupIdProperty
The The campus or campuses to which a person or item is assigned. If there is more than one campus, all the campuses are listed. In lists, if the column contains more than one campus, you cannot sort or filter on that column. property.
Declaration
public static readonly EntityProperty CampusGroupIdPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
CodeProperty
The The alpha numeric code assigned to the item by your institution. property.
Declaration
public static readonly EntityProperty CodePropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
CreatedDateTimeProperty
The The date when the item or person was added or the status change was entered. property.
Declaration
public static readonly EntityProperty CreatedDateTimePropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
EndDateProperty
The The last date that the item can be used. property.
Declaration
public static readonly EntityProperty EndDatePropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
IsActiveProperty
The Specifies whether or not the associated record is active. property.
Declaration
public static readonly EntityProperty IsActivePropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
LastModifiedDateTimeProperty
The The date that the item was updated or changed. property.
Declaration
public static readonly EntityProperty LastModifiedDateTimePropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
LastModifiedUserIdProperty
The The last and then first name of the person that changed the item. property.
Declaration
public static readonly EntityProperty LastModifiedUserIdPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
NameProperty
The Specifies the name of the item or person. property.
Declaration
public static readonly EntityProperty NamePropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
ShiftIdProperty
The The shift that the student will attend classes (such as day or evenings). They are configured by your institution. property.
Declaration
public static readonly EntityProperty ShiftIdPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
StartDateProperty
The The first day that the item is effective and can be used. property.
Declaration
public static readonly EntityProperty StartDatePropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
Properties
AddDropDateUpdateRequired
Declaration
public bool AddDropDateUpdateRequired { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
CampusGroup
Declaration
public virtual CampusGroupEntity CampusGroup { get; set; }Property Value
| Type | Description | 
|---|---|
| CampusGroupEntity | 
CampusGroupId
Gets or sets the CampusGroupId associated with this CalendarEntity.
Declaration
public int? CampusGroupId { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Int32> | The CampusGroupId. | 
CampusIdsList
Declaration
public List<int> CampusIdsList { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<System.Int32> | 
ClassMeetingsExistReviewClassSchedules
Declaration
public bool ClassMeetingsExistReviewClassSchedules { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
Code
Gets or sets the Code associated with this CalendarEntity.
Declaration
public string Code { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | The Code. | 
CreatedDateTime
Gets or sets the CreatedDateTime associated with this CalendarEntity.
Declaration
public DateTime CreatedDateTime { get; set; }Property Value
| Type | Description | 
|---|---|
| System.DateTime | The CreatedDateTime. | 
EndDate
Gets or sets the EndDate associated with this CalendarEntity.
Declaration
public DateTime EndDate { get; set; }Property Value
| Type | Description | 
|---|---|
| System.DateTime | The EndDate. | 
Id
Gets or sets the Id associated with this CalendarEntity.
Declaration
public int Id { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | The Id. | 
IgnoreAddDropDateCheck
Declaration
public bool IgnoreAddDropDateCheck { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IgnoreHolidaysCheck
Declaration
public bool IgnoreHolidaysCheck { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsActive
Gets or sets the IsActive associated with this CalendarEntity.
Declaration
public bool IsActive { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | The IsActive. | 
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this CalendarEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }Property Value
| Type | Description | 
|---|---|
| System.DateTime | The LastModifiedDateTime. | 
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this CalendarEntity.
Declaration
public int LastModifiedUserId { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | The LastModifiedUserId. | 
Name
Gets or sets the Name associated with this CalendarEntity.
Declaration
public string Name { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | The Name. | 
ReassignStatusCode
Declaration
public string ReassignStatusCode { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
RowVersion
Gets or sets the RowVersion associated with this CalendarEntity.
Declaration
public byte[] RowVersion { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Byte[] | The RowVersion. | 
ShiftId
Gets or sets the ShiftId associated with this CalendarEntity.
Declaration
public int? ShiftId { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Int32> | The ShiftId. | 
StartDate
Gets or sets the StartDate associated with this CalendarEntity.
Declaration
public DateTime StartDate { get; set; }Property Value
| Type | Description | 
|---|---|
| System.DateTime | The StartDate. | 
UpdateCourseAddDropDate
Declaration
public bool UpdateCourseAddDropDate { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
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()