Class AssociateStudentEnrollmentRequest
Inheritance
System.Object
AssociateStudentEnrollmentRequest
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class AssociateStudentEnrollmentRequest : ServiceRequest
Constructors
AssociateStudentEnrollmentRequest()
Declaration
public AssociateStudentEnrollmentRequest()
Properties
CurrentStudentEnrollmentPeriodId
Declaration
public int CurrentStudentEnrollmentPeriodId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IsAllowedToAssociateExistingCourse
Declaration
public bool IsAllowedToAssociateExistingCourse { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
NewStudentEnrollmentPeriodId
Declaration
public int NewStudentEnrollmentPeriodId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentEnrollmentScheduleId
Declaration
public int StudentEnrollmentScheduleId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|