Class ImportTestingModeratorAttendanceRequest
Inheritance
System.Object
ImportTestingModeratorAttendanceRequest
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class ImportTestingModeratorAttendanceRequest : ServiceRequest
Constructors
ImportTestingModeratorAttendanceRequest()
Declaration
public ImportTestingModeratorAttendanceRequest()
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.Nullable<System.Int32> |
|
TestingScheduleId
Declaration
public int? TestingScheduleId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|