Class SaveTestingAttendanceStudentResponse
Represents the response for the SaveBooksResponse method.
Inheritance
System.Object
SaveTestingAttendanceStudentResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class SaveTestingAttendanceStudentResponse : ServiceResponse
Constructors
SaveTestingAttendanceStudentResponse()
Declaration
public SaveTestingAttendanceStudentResponse()
Properties
TestingAttendanceStudentList
Declaration
public List<TestingAttendanceStudentEntity> TestingAttendanceStudentList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<TestingAttendanceStudentEntity> |