Class TestingAttendanceStudentImportResponse
Inheritance
System.Object
TestingAttendanceStudentImportResponse
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class TestingAttendanceStudentImportResponse : ServiceResponse
Constructors
TestingAttendanceStudentImportResponse()
Declaration
public TestingAttendanceStudentImportResponse()
Properties
IsSuccess
Declaration
public bool IsSuccess { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
TestingAttendanceStudentList
Declaration
public List<TestingAttendanceStudentEntity> TestingAttendanceStudentList { get; set; }
Property Value
TestingScheduleClassSectionLessonId
Declaration
public int TestingScheduleClassSectionLessonId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TestingScheduleId
Declaration
public int TestingScheduleId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|