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