Class MarkSpecialExamRequest
Inheritance
System.Object
MarkSpecialExamRequest
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class MarkSpecialExamRequest : ServiceRequest
Constructors
MarkSpecialExamRequest()
Declaration
public MarkSpecialExamRequest()
Properties
SpecialExamStudentList
SpecialExamStudentList
Declaration
public List<SpecialExamStudent> SpecialExamStudentList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<SpecialExamStudent> |