Class StudentExamLessonGrade
Inheritance
System.Object
    StudentExamLessonGrade
  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()
    
  Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class StudentExamLessonGradeConstructors
StudentExamLessonGrade()
Declaration
public StudentExamLessonGrade()Properties
AverageAssessment
Declaration
public decimal? AverageAssessment { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Decimal> | 
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 | 
ErrorMessage
Declaration
public string ErrorMessage { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
ExamLessonGradeList
Declaration
public List<ExamLessonGrade> ExamLessonGradeList { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<ExamLessonGrade> | 
StudentCourseId
Declaration
public int StudentCourseId { 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 |