Class ProcessGrantHopeImportRequest
Inheritance
System.Object
ProcessGrantHopeImportRequest
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class ProcessGrantHopeImportRequest : ServiceRequest
Constructors
ProcessGrantHopeImportRequest()
Declaration
public ProcessGrantHopeImportRequest()
Properties
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
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 |
|
FileType
Declaration
public int FileType { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IsEligibleFile
Declaration
public bool? IsEligibleFile { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
IsUpload
Declaration
public bool IsUpload { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
UseDefaultCampus
Declaration
public bool UseDefaultCampus { get; set; }
Property Value
Type |
Description |
System.Boolean |
|