Class GetTasksForStudentRequest
Represents the a request for the GetTasksForStudent method.
Inheritance
System.Object
GetTasksForStudentRequest
Namespace: Cmc.Nexus.Crm.Services
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class GetTasksForStudentRequest : ServiceRequest
Constructors
GetTasksForStudentRequest()
Declaration
public GetTasksForStudentRequest()
Properties
StudentId
Gets or sets the student identifier.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The student identifier. |
TaskTemplateId
Gets or sets the task template identifier.
Declaration
public int? TaskTemplateId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The task template identifier. |