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