Class ChangeStudentStatusRequest
This is used in the call to ChangeStudentStatusOnCloseTask command. It represents all of the parameters that the command requires to do its work.
Inheritance
System.Object
ChangeStudentStatusRequest
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class ChangeStudentStatusRequest : ServiceRequest
Constructors
ChangeStudentStatusRequest()
Declaration
public ChangeStudentStatusRequest()
Properties
SchoolStatusId
Gets or sets the new SchoolStatusId
Declaration
public int SchoolStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The SchoolStatusId |
StudentId
Gets or sets the StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The student identifier |
TaskId
Gets or sets the task identifier.
Declaration
public int TaskId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The task identifier. |