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