Class ExamStatusChangeResponse
Represents the response for the BatchTermReigstration method.
Inheritance
System.Object
ExamStatusChangeResponse
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class ExamStatusChangeResponse : ServiceResponse
Constructors
ExamStatusChangeResponse()
Declaration
public ExamStatusChangeResponse()
Properties
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CampusName
Declaration
public string CampusName { get; set; }
Property Value
Type |
Description |
System.String |
|
ClassSectionLessonId
Declaration
public int? ClassSectionLessonId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
ClassSectionLessonName
Declaration
public string ClassSectionLessonName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Comments { get; set; }
Property Value
Type |
Description |
System.String |
|
CourseId
Declaration
public int CourseId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CourseName
Declaration
public string CourseName { get; set; }
Property Value
Type |
Description |
System.String |
|
Operation
Declaration
public string Operation { get; set; }
Property Value
Type |
Description |
System.String |
|
ProgramVersionId
Declaration
public int ProgramVersionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ProgramVersionName
Declaration
public string ProgramVersionName { 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 |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentName
Declaration
public string StudentName { get; set; }
Property Value
Type |
Description |
System.String |
|
TermId
Declaration
public int TermId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TermName
Declaration
public string TermName { get; set; }
Property Value
Type |
Description |
System.String |
|
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 |
|