Class ClassSectionLessonTestDetailSaveResponse
Inheritance
System.Object
ClassSectionLessonTestDetailSaveResponse
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class ClassSectionLessonTestDetailSaveResponse : ServiceResponse
Constructors
ClassSectionLessonTestDetailSaveResponse()
Declaration
public ClassSectionLessonTestDetailSaveResponse()
Properties
ClassSectionLesson
Declaration
public ClassSectionLessonEntity ClassSectionLesson { get; set; }
Property Value
ClassSectionLessonGradeDetails
Declaration
public ICollection<ClassSectionLessonGradeDetailEntity> ClassSectionLessonGradeDetails { get; set; }
Property Value
ClassSectionLessonTests
Declaration
public ICollection<ClassSectionLessonTestEntity> ClassSectionLessonTests { get; set; }
Property Value