Class ValidateStudentAwardFundResponse
Inheritance
System.Object
ValidateStudentAwardFundResponse
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class ValidateStudentAwardFundResponse : ServiceResponse
Constructors
ValidateStudentAwardFundResponse()
Declaration
public ValidateStudentAwardFundResponse()
Properties
AwardYearId
Declaration
public int AwardYearId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
FundSourceValidationMessages
Declaration
public List<string> FundSourceValidationMessages { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.String> |
|
InvalidFundSourceIdList
Declaration
public List<int> InvalidFundSourceIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
IsFundSourceValid
Declaration
public bool IsFundSourceValid { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
StudentAcademicYearId
Declaration
public int StudentAcademicYearId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ValidFundSourceIdList
Declaration
public List<int> ValidFundSourceIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|