Class CommonlineImportUploadFileResponse
Inheritance
System.Object
CommonlineImportUploadFileResponse
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class CommonlineImportUploadFileResponse : ServiceResponse
Constructors
CommonlineImportUploadFileResponse()
Declaration
public CommonlineImportUploadFileResponse()
Properties
Branch
Declaration
public string Branch { get; set; }
Property Value
Type |
Description |
System.String |
|
FileName
Declaration
public string FileName { get; set; }
Property Value
Type |
Description |
System.String |
|
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 |
|
IsProcessSpringboard
Declaration
public bool IsProcessSpringboard { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsSuccessfullyImported
Declaration
public bool IsSuccessfullyImported { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PellId
Declaration
public string PellId { get; set; }
Property Value
Type |
Description |
System.String |
|
RecordsAccepted
Declaration
public int? RecordsAccepted { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
RecordsRejected
Declaration
public int? RecordsRejected { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
UseDefaultCampus
Declaration
public bool UseDefaultCampus { get; set; }
Property Value
Type |
Description |
System.Boolean |
|