Class AwardYearLimitSetting
Inheritance
System.Object
AwardYearLimitSetting
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Cmc.Nexus.FinancialAid.Services
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class AwardYearLimitSetting
Constructors
AwardYearLimitSetting()
Declaration
public AwardYearLimitSetting()
Properties
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Description
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FundSourceId
Declaration
public int FundSourceId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
MaxAmount
Declaration
public decimal MaxAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
OneAwardPerYear
Declaration
public bool OneAwardPerYear { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
YearId
Declaration
public int YearId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |