Class BursaryStatusChangeRequestExtended
Represents the response for the BursaryStatusChangeRequestExtended method.
Inheritance
System.Object
BursaryStatusChangeRequestExtended
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class BursaryStatusChangeRequestExtended : ServiceRequest
Constructors
BursaryStatusChangeRequestExtended()
Declaration
public BursaryStatusChangeRequestExtended()
Properties
AcademicSessionId
Gets or sets the AcademicSessionId.
Declaration
public int AcademicSessionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
BursaryApplicationId
Gets or sets the BursaryApplicationId.
Declaration
public int BursaryApplicationId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
BursaryId
Gets or sets the BursaryId.
Declaration
public int BursaryId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CampusId
Gets or sets the CampusId.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CurrentBursaryStatusId
Gets or sets the CurrentBursaryStatusId.
Declaration
public int CurrentBursaryStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NewBursaryStatusId
Gets or sets the NewBursaryStatusId.
Declaration
public int NewBursaryStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ProgramVersionId
Gets or sets the ProgramVersionId.
Declaration
public int ProgramVersionId { 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 |