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