Class ClassSectionLessonTestDetailGetResponse
Inheritance
System.Object
ClassSectionLessonTestDetailGetResponse
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class ClassSectionLessonTestDetailGetResponse : ServiceResponse
Constructors
ClassSectionLessonTestDetailGetResponse()
Declaration
public ClassSectionLessonTestDetailGetResponse()
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