Class GetStudentAwardListRequest
Inheritance
System.Object
GetStudentAwardListRequest
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class GetStudentAwardListRequest : ServiceRequest
Constructors
GetStudentAwardListRequest()
Declaration
public GetStudentAwardListRequest()
Properties
AdvisorStaffID
Declaration
public int AdvisorStaffID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CampusesIds
Declaration
public string CampusesIds { get; set; }
Property Value
Type |
Description |
System.String |
|
FundSourcesIds
Declaration
public string FundSourcesIds { get; set; }
Property Value
Type |
Description |
System.String |
|
HighAwardNoticeDate
Declaration
public string HighAwardNoticeDate { get; set; }
Property Value
Type |
Description |
System.String |
|
HighDisbDate
Declaration
public string HighDisbDate { get; set; }
Property Value
Type |
Description |
System.String |
|
HighLoanPeriodEnd
Declaration
public string HighLoanPeriodEnd { get; set; }
Property Value
Type |
Description |
System.String |
|
HighLoanPeriodStart
Declaration
public string HighLoanPeriodStart { get; set; }
Property Value
Type |
Description |
System.String |
|
HighPackagingDate
Declaration
public string HighPackagingDate { get; set; }
Property Value
Type |
Description |
System.String |
|
IncludeEstimatedAward
Declaration
public bool IncludeEstimatedAward { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LowAwardNoticeDate
Declaration
public string LowAwardNoticeDate { get; set; }
Property Value
Type |
Description |
System.String |
|
LowDisbdate
Declaration
public string LowDisbdate { get; set; }
Property Value
Type |
Description |
System.String |
|
LowLoanPeriodEnd
Declaration
public string LowLoanPeriodEnd { get; set; }
Property Value
Type |
Description |
System.String |
|
LowLoanPeriodStart
Declaration
public string LowLoanPeriodStart { get; set; }
Property Value
Type |
Description |
System.String |
|
LowPackagingDate
Declaration
public string LowPackagingDate { get; set; }
Property Value
Type |
Description |
System.String |
|
PackagingStatusIds
Declaration
public string PackagingStatusIds { get; set; }
Property Value
Type |
Description |
System.String |
|
SchoolStatusIds
Declaration
public string SchoolStatusIds { get; set; }
Property Value
Type |
Description |
System.String |
|
UserID
Declaration
public int UserID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|