Class ChangeStudentStatusResponse
This is used in the call to ChangeStudentStatusOnCloseTask command. It represents the output fields returned after calling the service method.
Inheritance
System.Object
ChangeStudentStatusResponse
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class ChangeStudentStatusResponse : ServiceResponse
Constructors
ChangeStudentStatusResponse()
Declaration
public ChangeStudentStatusResponse()
Properties
StudentId
Gets or sets the StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The student identifier |