Inheritance
System.Object
TexasStateReportIcutExtractRequest
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
public class TexasStateReportIcutExtractRequest : ServiceRequest
Constructors
Declaration
public TexasStateReportIcutExtractRequest()
Properties
Declaration
public string AwardYear { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public List<int> CampusIds { get; set; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.Int32> |
|
Declaration
public int DefaultCampus { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Declaration
public string ExportFileFolderPath { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string FileName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public int StateReportId { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|