Class RegisterForClassRequest
Register For Class Request
Inheritance
System.Object
RegisterForClassRequest
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class RegisterForClassRequest : ServiceRequest
Constructors
RegisterForClassRequest()
Declaration
public RegisterForClassRequest()
Properties
ClassSectionId
Class Section Id
Declaration
public int ClassSectionId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
ParentTermId
Optional - Parent Term Id
Declaration
public int? ParentTermId { 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 |