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