Class SavePendingApplicantsResponse
The SavePendingApplicantsResponse represents the response Object for the SavePendingApplicant method of PendingAplicant Service.
Inheritance
System.Object
SavePendingApplicantsResponse
Namespace: Cmc.Nexus.Admissions.Services
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class SavePendingApplicantsResponse : ServiceResponse
Constructors
SavePendingApplicantsResponse()
Declaration
public SavePendingApplicantsResponse()
Properties
ApplicantProcesssedResultList
Declaration
public IDictionary<int, string> ApplicantProcesssedResultList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.Int32, System.String> |
Result
Gets or sets the Result.
Declaration
public string Result { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StudentId
Gets or sets the StudentId.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |