Class SetAwardYearLimitRequest
Inheritance
System.Object
SetAwardYearLimitRequest
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class SetAwardYearLimitRequest : ServiceRequest
Constructors
SetAwardYearLimitRequest()
Declaration
public SetAwardYearLimitRequest()
Properties
AwardYearLimitSetting
Declaration
public List<AwardYearLimitSetting> AwardYearLimitSetting { get; set; }
Property Value
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CopyToYearIds
Declaration
public List<int> CopyToYearIds { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
FundSourceId
Declaration
public int FundSourceId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IsFromFundSource
Declaration
public bool IsFromFundSource { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
YearId
Declaration
public int YearId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|