Class GetFaProgramSetupResponse
Inheritance
System.Object
GetFaProgramSetupResponse
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class GetFaProgramSetupResponse : ServiceResponse
Constructors
GetFaProgramSetupResponse()
Declaration
public GetFaProgramSetupResponse()
Properties
DegreeName
Declaration
public string DegreeName { get; set; }
Property Value
Type |
Description |
System.String |
|
GraduateLevel
Declaration
public string GraduateLevel { get; set; }
Property Value
Type |
Description |
System.String |
|
ProgramName
Declaration
public string ProgramName { get; set; }
Property Value
Type |
Description |
System.String |
|
ProgramVersionAcademicYearList
Declaration
public List<ProgramVersionAcademicYearEntity> ProgramVersionAcademicYearList { get; set; }
Property Value
ProgramVersionBudgetCostList
Declaration
public List<ProgramVersionBudgetCostEntity> ProgramVersionBudgetCostList { get; set; }
Property Value
ProgramVersionDetail
Declaration
public ProgramVersionEntity ProgramVersionDetail { get; set; }
Property Value
Type |
Description |
Cmc.Nexus.Academics.Entities.ProgramVersionEntity |
|
ProgramVersionPellCoaDetailList
Declaration
public List<ProgramVersionPellCoaDetailEntity> ProgramVersionPellCoaDetailList { get; set; }
Property Value