Class GetTasksForStudentResponse
Represents the response for the GetTasksForStudent method.
Inheritance
System.Object
GetTasksForStudentResponse
Namespace: Cmc.Nexus.Crm.Services
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class GetTasksForStudentResponse : ServiceResponse
Constructors
GetTasksForStudentResponse()
Declaration
public GetTasksForStudentResponse()
Properties
Tasks
Gets or sets the tasks.
Declaration
public IEnumerable<TaskEntity> Tasks { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<TaskEntity> | The tasks. |