Class GetStudentAwardEstimateRequest
Inheritance
System.Object
GetStudentAwardEstimateRequest
Namespace: Cmc.Nexus.FinancialAid.Services
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class GetStudentAwardEstimateRequest : ServiceRequest
Constructors
GetStudentAwardEstimateRequest()
Declaration
public GetStudentAwardEstimateRequest()
Properties
AcademicYearSequence
Gets or sets the AcademicYearSequence.
Declaration
public int AcademicYearSequence { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentAwardPellEstimateId
Gets or sets the StudentAwardPellEstimateId.
Declaration
public int StudentAwardPellEstimateId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentId
Gets or sets the StudentId.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |