Class StudentCourseLessonGradeExtended
Represents the StudentCourseLessonGradesExtended.
Inheritance
System.Object
StudentCourseLessonGradeExtended
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 StudentCourseLessonGradeExtended
Constructors
StudentCourseLessonGradeExtended()
Declaration
public StudentCourseLessonGradeExtended()
Properties
Attendance
Declaration
public string Attendance { get; set; }
Property Value
Type |
Description |
System.String |
|
AverageAssessment
Declaration
public decimal? AverageAssessment { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
BestOf
Declaration
public decimal? BestOf { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
ClassLessonId
Declaration
public int? ClassLessonId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
ClassSectionLessonGradesList
Declaration
public List<ClassSectionLessonGradesExtended> ClassSectionLessonGradesList { get; set; }
Property Value
ClassSectionLessonIdList
Declaration
public ICollection<int> ClassSectionLessonIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.Int32> |
|
Declaration
public string Comments { get; set; }
Property Value
Type |
Description |
System.String |
|
CourseId
Declaration
public int? CourseId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
EnrollmentNumber
Declaration
public string EnrollmentNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
ExamRegistrationStatus
Declaration
public string ExamRegistrationStatus { get; set; }
Property Value
Type |
Description |
System.String |
|
ExamScheduleId
Declaration
public int? ExamScheduleId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
FinalGrade
Declaration
public decimal? FinalGrade { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
GradeNote
Declaration
public string GradeNote { get; set; }
Property Value
Type |
Description |
System.String |
|
Id
Declaration
public int? Id { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
InProgressGrade
Declaration
public string InProgressGrade { get; set; }
Property Value
Type |
Description |
System.String |
|
IsAppeal
Declaration
public bool? IsAppeal { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
IsApproved
Declaration
public bool? IsApproved { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
IsArBalance
Declaration
public bool? IsArBalance { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
IsCutoffDateFlag
Declaration
public bool? IsCutoffDateFlag { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
IsInProgressGrade
Declaration
public bool? IsInProgressGrade { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
IsPublished
Declaration
public bool? IsPublished { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
IsStudentEligible
Declaration
public bool? IsStudentEligible { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
LetterGrade
Declaration
public string LetterGrade { get; set; }
Property Value
Type |
Description |
System.String |
|
ModificationReason
Declaration
public string ModificationReason { get; set; }
Property Value
Type |
Description |
System.String |
|
NumberLessons
Declaration
public int? NumberLessons { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
OtherLanguageStudentFullName
Declaration
public string OtherLanguageStudentFullName { get; set; }
Property Value
Type |
Description |
System.String |
|
OverallStatus
Declaration
public string OverallStatus { get; set; }
Property Value
Type |
Description |
System.String |
|
PctFinalBestOf
Declaration
public int? PctFinalBestOf { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
PostLessonGradeStudentList
Declaration
public List<TestingStudentEnrollmentPeriodLessonEntity> PostLessonGradeStudentList { get; set; }
Property Value
Status
Declaration
public string Status { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentCourseStatus
Declaration
public string StudentCourseStatus { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentEnrollmentPeriodId
Declaration
public int? StudentEnrollmentPeriodId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StudentEnrollmentPeriodSchoolStatusCode
Declaration
public string StudentEnrollmentPeriodSchoolStatusCode { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentGradeBookLessonGradeList
Declaration
public List<StudentGradeBookLessonGrade> StudentGradeBookLessonGradeList { get; set; }
Property Value
StudentId
Declaration
public int? StudentId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StudentLessonGradeColumnList
Declaration
public List<Dictionary<string, string>> StudentLessonGradeColumnList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Collections.Generic.Dictionary<System.String, System.String>> |
|
StudentName
Declaration
public string StudentName { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentNumber
Declaration
public string StudentNumber { get; set; }
Property Value
Type |
Description |
System.String |
|