Class TestingAttendanceStudentImportRequest
Inheritance
System.Object
TestingAttendanceStudentImportRequest
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class TestingAttendanceStudentImportRequest : ServiceRequest
Constructors
TestingAttendanceStudentImportRequest()
Declaration
public TestingAttendanceStudentImportRequest()
Properties
FileContent
Declaration
public byte[] FileContent { get; set; }
Property Value
Type |
Description |
System.Byte[] |
|
FileName
Declaration
public string FileName { get; set; }
Property Value
Type |
Description |
System.String |
|
TestingScheduleClassSectionLessonId
Declaration
public int TestingScheduleClassSectionLessonId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TestingScheduleId
Declaration
public int TestingScheduleId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|