Class SaveStudentProgressionResponse
Inheritance
System.Object
SaveStudentProgressionResponse
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class SaveStudentProgressionResponse : ServiceResponse
Constructors
SaveStudentProgressionResponse()
Declaration
public SaveStudentProgressionResponse()
Properties
HasFunctionalErrors
Declaration
public bool HasFunctionalErrors { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public List<string> InformativeMessages { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.String> |
|
SpeNotifications
Declaration
public List<string> SpeNotifications { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.String> |
|
SpeNotificationType
Declaration
public string SpeNotificationType { get; set; }
Property Value
Type |
Description |
System.String |
|