Class GetActiveEnrollmentPeriodForStudentRequest
Represents the a request for the GetActiveEnrollmentPeriodForStudent method.
Inheritance
System.Object
GetActiveEnrollmentPeriodForStudentRequest
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GetActiveEnrollmentPeriodForStudentRequest : ServiceRequest
Constructors
GetActiveEnrollmentPeriodForStudentRequest()
Declaration
public GetActiveEnrollmentPeriodForStudentRequest()
Properties
StudentId
Gets or sets the student identifier.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The student identifier. |