Class ClassSectionLessonGroupEntity
This class represents the EntityModel interface to the AdClassLessonGroup database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class ClassSectionLessonGroupEntity : Entity, IIdentifiable, IAuditable
Constructors
ClassSectionLessonGroupEntity()
Declaration
public ClassSectionLessonGroupEntity()
Fields
AssessmentSchemeProperty
The AssessmentScheme property.
Declaration
public static readonly EntityProperty AssessmentSchemeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BestOfLessonProperty
The BestOfLesson property.
Declaration
public static readonly EntityProperty BestOfLessonProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CampusIdProperty
The CampusId property.
Declaration
public static readonly EntityProperty CampusIdProperty
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 |
ClassSectionLessonGroupNumberProperty
The ClassSectionLessonGroupNumber property.
Declaration
public static readonly EntityProperty ClassSectionLessonGroupNumberProperty
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 |
FinalPercentProperty
The FinalPercent property.
Declaration
public static readonly EntityProperty FinalPercentProperty
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 |
IsPublishedProperty
The IsPublished property.
Declaration
public static readonly EntityProperty IsPublishedProperty
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 |
LessonsCountProperty
The LessonsCount property.
Declaration
public static readonly EntityProperty LessonsCountProperty
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 |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
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
AssessmentScheme
Gets or sets the AssessmentScheme associated with this ClassSectionLessonGroupEntity.
Declaration
public string AssessmentScheme { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AssessmentScheme. |
BestOfLesson
Gets or sets the BestOfLesson associated with this ClassSectionLessonGroupEntity.
Declaration
public int? BestOfLesson { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The BestOfLesson. |
CampusId
Gets or sets the CampusId associated with this ClassSectionLessonGroupEntity.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusId. |
ClassSectionId
Gets or sets the ClassSectionId associated with this ClassSectionLessonGroupEntity.
Declaration
public int ClassSectionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ClassSectionId. |
ClassSectionLessonGroupGradeDetailsList
Declaration
public List<ClassSectionLessonGroupGradeDetailEntity> ClassSectionLessonGroupGradeDetailsList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ClassSectionLessonGroupGradeDetailEntity> |
ClassSectionLessonGroupNumber
Gets or sets the ClassSectionLessonGroupNumber associated with this ClassSectionLessonGroupEntity.
Declaration
public int ClassSectionLessonGroupNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ClassSectionLessonGroupNumber. |
Code
Gets or sets the Code associated with this ClassSectionLessonGroupEntity.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this ClassSectionLessonGroupEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
FinalPercent
Gets or sets the FinalPercent associated with this ClassSectionLessonGroupEntity.
Declaration
public decimal FinalPercent { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The FinalPercent. |
Id
Gets or sets the Id associated with this ClassSectionLessonGroupEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsPublished
Gets or sets the IsPublished associated with this ClassSectionLessonGroupEntity.
Declaration
public bool IsPublished { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPublished. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this ClassSectionLessonGroupEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this ClassSectionLessonGroupEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LessonsCount
Gets or sets the LessonsCount associated with this ClassSectionLessonGroupEntity.
Declaration
public int LessonsCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LessonsCount. |
Name
Gets or sets the Name associated with this ClassSectionLessonGroupEntity.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
RowVersion
Gets or sets the RowVersion associated with this ClassSectionLessonGroupEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
SubMinimumNumericGrade
Gets or sets the SubMinimumNumericGrade associated with this ClassSectionLessonGroupEntity.
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()