Class CourseLessonEntity
This class represents the EntityModel interface to the ExCourseLesson database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class CourseLessonEntity : Entity, IIdentifiable, IAuditable
Constructors
CourseLessonEntity()
Declaration
public CourseLessonEntity()
Fields
AdCourseIdProperty
The AdCourseId property.
Declaration
public static readonly EntityProperty AdCourseIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AssessmentSchemeIdentifierProperty
The AssessmentSchemeIdentifier property.
Declaration
public static readonly EntityProperty AssessmentSchemeIdentifierProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
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 |
GroupedCourseLessonIdentifierProperty
The GroupedCourseLessonIdentifier property.
Declaration
public static readonly EntityProperty GroupedCourseLessonIdentifierProperty
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 |
IsGroupedProperty
The IsGrouped property.
Declaration
public static readonly EntityProperty IsGroupedProperty
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 |
LessonNumberProperty
The LessonNumber property.
Declaration
public static readonly EntityProperty LessonNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MaximumScoreProperty
The MaximumScore property.
Declaration
public static readonly EntityProperty MaximumScoreProperty
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 |
PercentFinalGradeProperty
The PercentFinalGrade property.
Declaration
public static readonly EntityProperty PercentFinalGradeProperty
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 |
ScoreTypeProperty
The ScoreType property.
Declaration
public static readonly EntityProperty ScoreTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SubMinimumNumericGradeProperty
The SubMinimumNumericGrade property.
Declaration
public static readonly EntityProperty SubMinimumNumericGradeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AdCourseId
Gets or sets the AdCourseId associated with this CourseLessonEntity.
Declaration
public int AdCourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The AdCourseId. |
AssessmentSchemeIdentifier
Gets or sets the AssessmentSchemeIdentifier associated with this CourseLessonEntity.
Declaration
public int? AssessmentSchemeIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The AssessmentSchemeIdentifier. |
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 CourseLessonEntity.
Declaration
public int? CampusGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CampusGroupId. |
CampusId
Declaration
[Obsolete("Deprecated. Do not use.")]
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ClassSectionLessonGradeDetailIdList
Declaration
public List<int> ClassSectionLessonGradeDetailIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |
Code
Gets or sets the Code associated with this CourseLessonEntity.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this CourseLessonEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
GroupedCourseLessonIdentifier
Gets or sets the GroupedCourseLessonIdentifier associated with this CourseLessonEntity.
Declaration
public int? GroupedCourseLessonIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The GroupedCourseLessonIdentifier. |
Id
Gets or sets the Id associated with this CourseLessonEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsGrouped
Gets or sets the IsGrouped associated with this CourseLessonEntity.
Declaration
public bool IsGrouped { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsGrouped. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this CourseLessonEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this CourseLessonEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LessonNumber
Gets or sets the LessonNumber associated with this CourseLessonEntity.
Declaration
public int LessonNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LessonNumber. |
MaximumScore
Gets or sets the MaximumScore associated with this CourseLessonEntity.
Declaration
public decimal MaximumScore { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The MaximumScore. |
Name
Gets or sets the Name associated with this CourseLessonEntity.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
PercentFinalGrade
Gets or sets the PercentFinalGrade associated with this CourseLessonEntity.
Declaration
public decimal PercentFinalGrade { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The PercentFinalGrade. |
RowVersion
Gets or sets the RowVersion associated with this CourseLessonEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
ScoreType
Gets or sets the ScoreType associated with this CourseLessonEntity.
Declaration
public string ScoreType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ScoreType. |
SubMinimumNumericGrade
Gets or sets the SubMinimumNumericGrade associated with this CourseLessonEntity.
Declaration
public decimal? SubMinimumNumericGrade { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The SubMinimumNumericGrade. |
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()