Class MarkSpecialExamResponse
Represents the response for the MarkSpecialExam method.
Inheritance
System.Object
MarkSpecialExamResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class MarkSpecialExamResponse : ServiceResponse
Constructors
MarkSpecialExamResponse()
Declaration
public MarkSpecialExamResponse()
Properties
ReturnValidationCode
ReturnValidationCode
Declaration
public string ReturnValidationCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StudentCourse
Academics
Declaration
public StudentCourseEntity StudentCourse { get; set; }
Property Value
Type | Description |
---|---|
StudentCourseEntity |