Class SaveStudentAdvisorForModuleRequest
Represents the a request for the AddStudentsToStudentGroup method.
Inheritance
System.Object
SaveStudentAdvisorForModuleRequest
Assembly: Cmc.Nexus.Common.Contracts.dll
public class SaveStudentAdvisorForModuleRequest : ServiceRequest
Constructors
Declaration
public SaveStudentAdvisorForModuleRequest()
Properties
Declaration
public int EnrollmentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string Module { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int StaffGroupId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int StaffId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|