Class GetStudentAdvisorsRequest
Represents the a request for the GetStudentAdvisors method.
Inheritance
System.Object
GetStudentAdvisorsRequest
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class GetStudentAdvisorsRequest : ServiceRequest
Constructors
GetStudentAdvisorsRequest()
Declaration
public GetStudentAdvisorsRequest()
Properties
Module
Gets or sets the module.
Declaration
public string Module { get; set; }
Property Value
Type | Description |
---|---|
System.String | The module. |
StudentEnrollmentPeriodId
Gets or sets the student enrollment period identifier.
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The student enrollment period identifier. |