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