Class SaveExamStudentAttendanceResponse
Represents the response for the ExamStudentAttendance method.
Inheritance
System.Object
SaveExamStudentAttendanceResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class SaveExamStudentAttendanceResponse : ServiceResponse
Constructors
SaveExamStudentAttendanceResponse()
Default Constructor
Declaration
public SaveExamStudentAttendanceResponse()
Properties
StudentExamAttendance
List of exam attendance
Declaration
public IList<StudentExamAttendance> StudentExamAttendance { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<StudentExamAttendance> |