Class BatchProspectsAndApplicantsStatusChangeResponse
Represents the response for the BatchProspectsAndApplicantsStatusChange method.
Inheritance
System.Object
BatchProspectsAndApplicantsStatusChangeResponse
Namespace: Cmc.Nexus.Admissions.Services
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class BatchProspectsAndApplicantsStatusChangeResponse : ServiceResponse
Constructors
BatchProspectsAndApplicantsStatusChangeResponse()
Declaration
public BatchProspectsAndApplicantsStatusChangeResponse()
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 |
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 |
IsStatusChangeNotSupported
Declaration
public bool IsStatusChangeNotSupported { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
StudentStatusChangeFailedReason
Declaration
public string StudentStatusChangeFailedReason { get; set; }
Property Value
Type | Description |
---|---|
System.String |