Class ExamScheduleResponse
Inheritance
System.Object
ExamScheduleResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class ExamScheduleResponse : ServiceResponse
Constructors
ExamScheduleResponse()
Default Constructor
Declaration
public ExamScheduleResponse()
Properties
ExamScheduleList
StudentPhoto
Declaration
public IList<ExamSchedule> ExamScheduleList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<ExamSchedule> |