Class BursaryStatusChangeResponseExtended
Represents the a request for the BursaryStatusChangeResponseExtended method.
Inheritance
System.Object
BursaryStatusChangeResponseExtended
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class BursaryStatusChangeResponseExtended : ServiceResponse
Constructors
BursaryStatusChangeResponseExtended()
Declaration
public BursaryStatusChangeResponseExtended()
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 |
IsSuccess
Gets or sets the IsSuccess.
Declaration
public bool IsSuccess { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
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 |
Reason
Gets or sets the Reason.
Declaration
public string Reason { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StudentId
Gets or sets the StudentId.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |