Class ProspectInquiryResponse
Represents the response for the ProspectInquiry method.
Inheritance
System.Object
ProspectInquiryResponse
Namespace: Cmc.Nexus.Admissions.Services
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class ProspectInquiryResponse : ServiceResponse
Constructors
ProspectInquiryResponse()
Declaration
public ProspectInquiryResponse()
Properties
ProspectInquiryEntityList
Gets or sets the ProspectInquiry properties.
Declaration
public List<ProspectInquiryEntity> ProspectInquiryEntityList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ProspectInquiryEntity> |
ProspectInquiryList
List of ProspectInquiry
Declaration
public IEnumerable<ProspectInquiry> ProspectInquiryList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<ProspectInquiry> |