Class WorkflowMaintenanceRequestExtended
Inheritance
System.Object
WorkflowMaintenanceRequestExtended
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class WorkflowMaintenanceRequestExtended
Constructors
WorkflowMaintenanceRequestExtended()
Declaration
public WorkflowMaintenanceRequestExtended()
Properties
AcademicSessionId
AcademicSessionId
Declaration
public int AcademicSessionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
BursaryApplicationId
BursaryApplicationId
Declaration
public int BursaryApplicationId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
BursaryId
BursaryId
Declaration
public int BursaryId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
BursaryNumber
BursaryNumber
Declaration
public string BursaryNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CampusId
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Commments
Commments
Declaration
public string Commments { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CurrentBursaryStatusId
NewBursaryStatusId
Declaration
public int CurrentBursaryStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsSuccess
IsSuccess
Declaration
public bool IsSuccess { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
NewBursaryStatusId
NewBursaryStatusId
Declaration
public int NewBursaryStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ProgramVersionId
ProgramVersionId
Declaration
public int ProgramVersionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Reason
Reason
Declaration
public string Reason { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StudentId
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |