Class PellAnalysisReportRequest
Represents the a request for the PellAnalysisReport method.
Inheritance
System.Object
PellAnalysisReportRequest
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class PellAnalysisReportRequest : ServiceRequest
Constructors
PellAnalysisReportRequest()
Declaration
public PellAnalysisReportRequest()
Properties
AcademicYearStartFromDate
Declaration
public DateTime AcademicYearStartFromDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
AcademicYearStartToDate
Declaration
public DateTime AcademicYearStartToDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Amount
Declaration
public decimal? Amount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
AwardYear
Declaration
public string AwardYear { get; set; }
Property Value
Type |
Description |
System.String |
|
CampusGroupIdList
Declaration
public ICollection<int> CampusGroupIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.Int32> |
|
CampusIdList
Declaration
public ICollection<int> CampusIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.Int32> |
|
IsExcelReport
Declaration
public bool IsExcelReport { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Mode
Declaration
public string Mode { get; set; }
Property Value
Type |
Description |
System.String |
|
ProgramIdList
Declaration
public ICollection<int> ProgramIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.Int32> |
|
ProgramVersionIdList
Declaration
public ICollection<int> ProgramVersionIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.Int32> |
|
Range
Declaration
public decimal? Range { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
StudentGroupIdList
Declaration
public ICollection<int> StudentGroupIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.Int32> |
|