Class UpdateStudentPlacementBatchStatusResponse
Represents the response for the UpdateStudentPlacementBatchStatusResponse method.
Inheritance
System.Object
UpdateStudentPlacementBatchStatusResponse
Namespace: Cmc.Nexus.CareerServices.Services
Assembly: Cmc.Nexus.CareerServices.Contracts.dll
Syntax
public class UpdateStudentPlacementBatchStatusResponse : ServiceResponse
Constructors
UpdateStudentPlacementBatchStatusResponse()
Declaration
public UpdateStudentPlacementBatchStatusResponse()
Properties
Messages
Declaration
public string Messages { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StudentInformationList
Declaration
public ICollection<StudentDetail> StudentInformationList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentDetail> |