Class UnregisterFromClassRequest
Unregister From Class Request
Inheritance
System.Object
UnregisterFromClassRequest
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class UnregisterFromClassRequest : ServiceRequest
Constructors
UnregisterFromClassRequest()
Declaration
public UnregisterFromClassRequest()
Properties
ClassSectionId
Class Section Id to Remove
Declaration
public int ClassSectionId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
ReasonId
Optional - Reason Id
Declaration
public int? ReasonId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
StudentEnrollmentPeriodId
Student Enrollment Period Id
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
StudentId
Student Id
Declaration
public int StudentId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |