Class UnassociateStudentEnrollmentRequest
Inheritance
System.Object
UnassociateStudentEnrollmentRequest
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class UnassociateStudentEnrollmentRequest : ServiceRequest
Constructors
UnassociateStudentEnrollmentRequest()
Declaration
public UnassociateStudentEnrollmentRequest()
Properties
StudentEnrollmentPeriodId
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentEnrollmentScheduleId
Declaration
public int StudentEnrollmentScheduleId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |