Class StudentEnrollmentPeriodLessonGroup
This class represents the EntityModel interface to the AdEnrollLessonGroup database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Academics
Assembly: Cmc.Nexus.Models.dll
Syntax
public class StudentEnrollmentPeriodLessonGroup
Constructors
StudentEnrollmentPeriodLessonGroup()
Declaration
public StudentEnrollmentPeriodLessonGroup()
Properties
ClassSectionLessonGroup
Declaration
public virtual ClassSectionLessonGroup ClassSectionLessonGroup { get; set; }
Property Value
| Type | Description |
|---|---|
| ClassSectionLessonGroup |
ClassSectionLessonGroupId
Gets or sets the ClassSectionLessonGroupId associated with this StudentEnrollmentPeriodLessonGroup.
Declaration
public int ClassSectionLessonGroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The ClassSectionLessonGroupId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentEnrollmentPeriodLessonGroup.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The CreatedDateTime. |
GradedDate
Gets or sets the GradedDate associated with this StudentEnrollmentPeriodLessonGroup.
Declaration
public DateTime? GradedDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTime> | The GradedDate. |
GradePostedDate
Gets or sets the GradePostedDate associated with this StudentEnrollmentPeriodLessonGroup.
Declaration
public DateTime? GradePostedDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTime> | The GradePostedDate. |
Id
Gets or sets the Id associated with this StudentEnrollmentPeriodLessonGroup.
Declaration
public int Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentEnrollmentPeriodLessonGroup.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The LastModifiedDateTime. |
LastModifiedUser
Declaration
public virtual Staff LastModifiedUser { get; set; }
Property Value
| Type | Description |
|---|---|
| Staff |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentEnrollmentPeriodLessonGroup.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The LastModifiedUserId. |
LetterGrade
Gets or sets the LetterGrade associated with this StudentEnrollmentPeriodLessonGroup.
Declaration
public string LetterGrade { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The LetterGrade. |
Note
Gets or sets the Note associated with this StudentEnrollmentPeriodLessonGroup.
Declaration
public string Note { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The Note. |
NumericGrade
Gets or sets the NumericGrade associated with this StudentEnrollmentPeriodLessonGroup.
Declaration
public decimal? NumericGrade { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Decimal> | The NumericGrade. |
PercentageFinalGrade
Gets or sets the PercentageFinalGrade associated with this StudentEnrollmentPeriodLessonGroup.
Declaration
public decimal PercentageFinalGrade { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Decimal | The PercentageFinalGrade. |
Reason
Gets or sets the Reason associated with this StudentEnrollmentPeriodLessonGroup.
Declaration
public string Reason { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The Reason. |
StudentCourse
Declaration
public virtual StudentCourse StudentCourse { get; set; }
Property Value
| Type | Description |
|---|---|
| StudentCourse |
StudentCourseId
Gets or sets the StudentCourseId associated with this StudentEnrollmentPeriodLessonGroup.
Declaration
public int StudentCourseId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The StudentCourseId. |
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()
SetupFluentMappings(DbModelBuilder)
Any type of relationship that can't be inferred from the entity annotations must be done by hand using the Fluent api. Handle those relationships here.
Declaration
public static void SetupFluentMappings(DbModelBuilder modelBuilder)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Data.Entity.DbModelBuilder | modelBuilder | The DbModelBuilder that has all of the model entities. |