Class ScheduleTaskForGroupRequest
Represents the ScheduleTaskForGroupRequest service request.
Inheritance
System.Object
ScheduleTaskForGroupRequest
Namespace: Cmc.Nexus.Crm.Services
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class ScheduleTaskForGroupRequest : ServiceRequest
Constructors
ScheduleTaskForGroupRequest()
Declaration
public ScheduleTaskForGroupRequest()
Properties
AssignCurrentEnrollment
Gets or sets the AssignCurrentEnrollment
Declaration
public bool AssignCurrentEnrollment { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | Whether or not to take action and assign the current enrollment to the new tasks for all students in group. |
EmployerGroupId
Gets or sets the employer group identifier.
Declaration
public int EmployerGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsScheduleTaskForEmployerGroup
Gets or sets the IsScheduleTaskForEmployerGroup.
Declaration
public bool IsScheduleTaskForEmployerGroup { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
StudentGroupId
Gets or sets the student group identifier.
Declaration
public int StudentGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The student group identifier. |
Task
Gets or sets the task.
Declaration
public TaskEntity Task { get; set; }
Property Value
Type | Description |
---|---|
TaskEntity | The task. |