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