Class EvaluateBursaryEligibilityResponseModel
Inheritance
System.Object
    EvaluateBursaryEligibilityResponseModel
  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 EvaluateBursaryEligibilityResponseModelConstructors
EvaluateBursaryEligibilityResponseModel()
Declaration
public EvaluateBursaryEligibilityResponseModel()Properties
AcademicSessionId
Declaration
public int AcademicSessionId { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
BursaryApplicationId
Declaration
public int BursaryApplicationId { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
BursaryId
Declaration
public int BursaryId { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
ErrorMessage
Declaration
public string ErrorMessage { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
IsSuccess
Declaration
public bool IsSuccess { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Boolean |