Class EnrollmentCourseCategoryRequest
Inheritance
System.Object
EnrollmentCourseCategoryRequest
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class EnrollmentCourseCategoryRequest : ServiceRequest
Constructors
EnrollmentCourseCategoryRequest()
Declaration
public EnrollmentCourseCategoryRequest()
Properties
CourseId
Declaration
public int CourseId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
DeletedProgramCourseId
Declaration
public int DeletedProgramCourseId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
DeleteStudentCourseId
Declaration
public int DeleteStudentCourseId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IsEnrollmentDeleted
Declaration
public bool IsEnrollmentDeleted { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsNewUpdateEnrollment
Declaration
public bool IsNewUpdateEnrollment { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
StudentEnrollmentPeriodId
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
UserId
Declaration
public int UserId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|