Class CommonlineValidateImportRequest
Inheritance
System.Object
CommonlineValidateImportRequest
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class CommonlineValidateImportRequest : ServiceRequest
Constructors
CommonlineValidateImportRequest()
Declaration
public CommonlineValidateImportRequest()
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 |
|
IsAllowReimport
Declaration
public bool IsAllowReimport { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsEmptyBatchId
Declaration
public bool IsEmptyBatchId { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsSuccessfullyImported
Declaration
public bool IsSuccessfullyImported { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
UseDefaultCampus
Declaration
public bool UseDefaultCampus { get; set; }
Property Value
Type |
Description |
System.Boolean |
|