Class ElectivePoolCourseEntity
This class represents the EntityModel interface to the AdElectivePoolCourse database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class ElectivePoolCourseEntity : Entity, IIdentifiable, IAuditable
Constructors
ElectivePoolCourseEntity()
Declaration
public ElectivePoolCourseEntity()
Fields
CourseGroupIdProperty
The CourseGroupId property.
Declaration
public static readonly EntityProperty CourseGroupIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CourseIdProperty
The CourseId property.
Declaration
public static readonly EntityProperty CourseIdProperty
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 |
ElectivePoolIdProperty
The ElectivePoolId property.
Declaration
public static readonly EntityProperty ElectivePoolIdProperty
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 |
IsManualAddedProperty
The IsManualAdded property.
Declaration
public static readonly EntityProperty IsManualAddedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsOrderLockedProperty
The IsOrderLocked property.
Declaration
public static readonly EntityProperty IsOrderLockedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsRecommendedProperty
The IsRecommended property.
Declaration
public static readonly EntityProperty IsRecommendedProperty
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 |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SequenceProperty
The Sequence property.
Declaration
public static readonly EntityProperty SequenceProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CourseGroupId
Gets or sets the CourseGroupId associated with this ElectivePoolCourseEntity.
Declaration
public int CourseGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CourseGroupId. |
CourseId
Gets or sets the CourseId associated with this ElectivePoolCourseEntity.
Declaration
public int CourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CourseId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this ElectivePoolCourseEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
ElectivePoolId
Gets or sets the ElectivePoolId associated with this ElectivePoolCourseEntity.
Declaration
public int ElectivePoolId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ElectivePoolId. |
Id
Gets or sets the Id associated with this ElectivePoolCourseEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsManualAdded
Gets or sets the IsManualAdded associated with this ElectivePoolCourseEntity.
Declaration
public bool IsManualAdded { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsManualAdded. |
IsOrderLocked
Gets or sets the IsOrderLocked associated with this ElectivePoolCourseEntity.
Declaration
public bool IsOrderLocked { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsOrderLocked. |
IsRecommended
Gets or sets the IsRecommended associated with this ElectivePoolCourseEntity.
Declaration
public bool IsRecommended { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsRecommended. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this ElectivePoolCourseEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this ElectivePoolCourseEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
RowVersion
Gets or sets the RowVersion associated with this ElectivePoolCourseEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
Sequence
Gets or sets the Sequence associated with this ElectivePoolCourseEntity.
Declaration
public int Sequence { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Sequence. |
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()