Class ImportPendingProspectInquiryResponse
Represents the response for the ProspectInquiry method.
Inheritance
System.Object
ImportPendingProspectInquiryResponse
Namespace: Cmc.Nexus.Admissions.Services
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class ImportPendingProspectInquiryResponse : ServiceResponse
Constructors
ImportPendingProspectInquiryResponse()
Declaration
public ImportPendingProspectInquiryResponse()
Properties
PendingProspectInquiryEntityList
Declaration
public List<PendingProspectInquiryEntity> PendingProspectInquiryEntityList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<PendingProspectInquiryEntity> |
StudentEntitiesList
Declaration
public List<DuplicateCampusStudentListMessage> StudentEntitiesList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Cmc.Nexus.Common.Services.DuplicateCampusStudentListMessage> |
StudentResults
Declaration
public IDictionary<int, string> StudentResults { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.Int32, System.String> |