Class SaveQuickLeadResponse
Represents the response for the Save Quick Lead Response method.
Inheritance
System.Object
SaveQuickLeadResponse
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class SaveQuickLeadResponse : ServiceResponse
Constructors
SaveQuickLeadResponse()
Declaration
public SaveQuickLeadResponse()
Properties
ProspectTemplateFieldDetails
Declaration
public ICollection<ProspectTemplateFieldDetail> ProspectTemplateFieldDetails { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<ProspectTemplateFieldDetail> |
StudentEntity
Declaration
public StudentEntity StudentEntity { get; set; }
Property Value
Type | Description |
---|---|
StudentEntity |
StudentList
Declaration
public List<DuplicateCampusStudentListMessage> StudentList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<DuplicateCampusStudentListMessage> |