Class BatchStatusChangeResponse
Represents the response for the BatchStatusChange method.
Inheritance
System.Object
BatchStatusChangeResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class BatchStatusChangeResponse : ServiceResponse
Constructors
BatchStatusChangeResponse()
Declaration
public BatchStatusChangeResponse()
Properties
CompletedMessage
Used in "NOSHOW", "CANCEL", "APPREJ", "ENRCAN", "NDS-NO", "NDS-CAN", "NDS-REJ"
Declaration
public string CompletedMessage { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GraduationHoldMessage
Used in "NOSHOW", "CANCEL", "APPREJ", "ENRCAN", "NDS-NO", "NDS-CAN", "NDS-REJ"
Declaration
public string GraduationHoldMessage { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsCompleted
Used in "NOSHOW", "CANCEL", "APPREJ", "ENRCAN", "NDS-NO", "NDS-CAN", "NDS-REJ"
Declaration
public bool IsCompleted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsCurrentStatusAlreadyProcessed
Declaration
public bool IsCurrentStatusAlreadyProcessed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsGraduationHold
Used in "NOSHOW", "CANCEL", "APPREJ", "ENRCAN", "NDS-NO", "NDS-CAN", "NDS-REJ"
Declaration
public bool IsGraduationHold { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LoaExceptions
Returns LOA Exception
Declaration
public string LoaExceptions { get; set; }
Property Value
Type | Description |
---|---|
System.String |