Class DeleteProspectRequest
Inheritance
System.Object
DeleteProspectRequest
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class DeleteProspectRequest : ServiceRequest
Constructors
DeleteProspectRequest()
Declaration
public DeleteProspectRequest()
Properties
CampusIdList
Declaration
public List<int> CampusIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
HighLeadDate
Declaration
public DateTime? HighLeadDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
IsDeleteBlankLeadDate
Declaration
public bool IsDeleteBlankLeadDate { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsDeleteFutureLeadDate
Declaration
public bool IsDeleteFutureLeadDate { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Mode
Declaration
public string Mode { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentSchoolStatusIdList
Declaration
public List<int> StudentSchoolStatusIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|