Class StudentGradeBookLessonGrade
Inheritance
System.Object
StudentGradeBookLessonGrade
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class StudentGradeBookLessonGrade
Constructors
StudentGradeBookLessonGrade()
Declaration
public StudentGradeBookLessonGrade()
Properties
ClassLessonId
Declaration
public int ClassLessonId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ClassSectionId
Declaration
public int ClassSectionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ClassSectionLessonId
Declaration
public int ClassSectionLessonId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
InProgressGrade
Declaration
public decimal? InProgressGrade { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
IsAudit
Declaration
public bool IsAudit { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsIncompleteGradeReplaced
Declaration
public bool IsIncompleteGradeReplaced { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsNewRetakeLessonGrade
Property IsNewLessonGrade is used under a feature Flag "EnableEnhancedLessonFeature" to execute Retake attempt
IsNewLessonGrade is True, it will insert a new Retake entry in the table.
IsNewLessonGrade is False, it will update last inserted Retake/Original record.
Declaration
public bool? IsNewRetakeLessonGrade { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
LessonName
Declaration
public string LessonName { get; set; }
Property Value
Type |
Description |
System.String |
|
LetterGrade
Declaration
public string LetterGrade { get; set; }
Property Value
Type |
Description |
System.String |
|
Note
Declaration
public string Note { get; set; }
Property Value
Type |
Description |
System.String |
|
NumericGrade
Declaration
public decimal? NumericGrade { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
SchoolStatusCode
Declaration
public string SchoolStatusCode { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentCourseId
Declaration
public int StudentCourseId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentCourseStatus
Declaration
public string StudentCourseStatus { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentEnrollmentPeriodGradeScaleId
Declaration
public int StudentEnrollmentPeriodGradeScaleId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentEnrollmentPeriodId
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentName
Declaration
public string StudentName { get; set; }
Property Value
Type |
Description |
System.String |
|