Class AwardYearLimitByFundSource
Inheritance
System.Object
AwardYearLimitByFundSource
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 AwardYearLimitByFundSource
Constructors
AwardYearLimitByFundSource()
Declaration
public AwardYearLimitByFundSource()
Properties
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CampusName
Declaration
public string CampusName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FundSourceCode
Declaration
public string FundSourceCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FundSourceName
Declaration
public string FundSourceName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsOneAwardPerYear
Declaration
public bool? IsOneAwardPerYear { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
MaxAmount
Declaration
public decimal? MaxAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |