Class InvigilatorExamScheduleListResponse
Inheritance
System.Object
InvigilatorExamScheduleListResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class InvigilatorExamScheduleListResponse : ServiceResponse
Constructors
InvigilatorExamScheduleListResponse()
Default Constructor
Declaration
public InvigilatorExamScheduleListResponse()
Properties
InvigilatorExamScheduleList
List of exam schedules
Declaration
public IList<InvigilatorExamSchedule> InvigilatorExamScheduleList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<InvigilatorExamSchedule> |