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