Class GetAwardYearLimitRequest
Represents the a request for the GetAwardYearLimit method.
Inheritance
System.Object
GetAwardYearLimitRequest
Namespace: Cmc.Nexus.FinancialAid.Services
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class GetAwardYearLimitRequest : ServiceRequest
Constructors
GetAwardYearLimitRequest()
Declaration
public GetAwardYearLimitRequest()
Properties
AwardYear
Declaration
public string AwardYear { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CampusIdList
Declaration
public ICollection<int> CampusIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<System.Int32> |
FundSourceIdList
Declaration
public ICollection<int> FundSourceIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<System.Int32> |