Class ValidateProcessGrantHopeExportRequest
Inheritance
System.Object
ValidateProcessGrantHopeExportRequest
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class ValidateProcessGrantHopeExportRequest : ServiceRequest
Constructors
ValidateProcessGrantHopeExportRequest()
Declaration
public ValidateProcessGrantHopeExportRequest()
Properties
AwardYear
Declaration
public string AwardYear { get; set; }
Property Value
Type |
Description |
System.String |
|
CampusCode
Declaration
public string CampusCode { get; set; }
Property Value
Type |
Description |
System.String |
|
CampusId
Declaration
public int? CampusId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
DefaultCampus
Declaration
public int DefaultCampus { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
FileName
Declaration
public string FileName { get; set; }
Property Value
Type |
Description |
System.String |
|
Filepath
Declaration
public string Filepath { get; set; }
Property Value
Type |
Description |
System.String |
|
IsFileExist
Declaration
public bool IsFileExist { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsIncludeHope
Declaration
public bool IsIncludeHope { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsIncludeZell
Declaration
public bool IsIncludeZell { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
StateInstCode
Declaration
public string StateInstCode { get; set; }
Property Value
Type |
Description |
System.String |
|
TermCode
Declaration
public string TermCode { get; set; }
Property Value
Type |
Description |
System.String |
|