Class UpdateRecentStudentRequest
Represents the a request for the UpdateRecentStudent method.
Inheritance
System.Object
UpdateRecentStudentRequest
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class UpdateRecentStudentRequest : ServiceRequest
Constructors
UpdateRecentStudentRequest()
Declaration
public UpdateRecentStudentRequest()
Properties
ComputerName
Student Id
Declaration
public string ComputerName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StudentId
Student Id
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |