Class GetDisabledFundSourceListRequest
Inheritance
System.Object
GetDisabledFundSourceListRequest
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class GetDisabledFundSourceListRequest : ServiceRequest
Constructors
GetDisabledFundSourceListRequest()
Declaration
public GetDisabledFundSourceListRequest()
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> |
|