Class ExamStatusChangeRequest
Inheritance
System.Object
ExamStatusChangeRequest
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class ExamStatusChangeRequest : ServiceRequest
Constructors
ExamStatusChangeRequest()
Declaration
public ExamStatusChangeRequest()
Properties
Declaration
public string Comments { get; set; }
Property Value
Type |
Description |
System.String |
|
Operation
Declaration
public string Operation { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentEnrollmentPeriodId
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentEnrollmentPeriodLessonId
Declaration
public int StudentEnrollmentPeriodLessonId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TestingScheduleClassSectionLessonId
Declaration
public int TestingScheduleClassSectionLessonId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TestingScheduleId
Declaration
public int TestingScheduleId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
UserId
Declaration
public int UserId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|