Class DiscardSelectedLeadsRequest
Represents the a request for the DiscardSelectedLeads method.
Inheritance
System.Object
DiscardSelectedLeadsRequest
Namespace: Cmc.Nexus.Admissions.Services
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class DiscardSelectedLeadsRequest : ServiceRequest
Constructors
DiscardSelectedLeadsRequest()
Declaration
public DiscardSelectedLeadsRequest()
Properties
IdList
Gets or sets the ListLead.
Declaration
public List<int> IdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |