Class GetBatchFilteredTasksRequest
Inheritance
System.Object
GetBatchFilteredTasksRequest
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class GetBatchFilteredTasksRequest : ServiceRequest
Constructors
GetBatchFilteredTasksRequest()
Declaration
public GetBatchFilteredTasksRequest()
Properties
BatchTaskMaintenanceType
Declaration
public BatchTaskMaintenanceType BatchTaskMaintenanceType { get; set; }
Property Value
CampusList
Declaration
public List<int> CampusList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
LockedByStaffList
Declaration
public List<int> LockedByStaffList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
StaffAssignedToList
Declaration
public List<int> StaffAssignedToList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
StateList
Declaration
public List<int> StateList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
StudentGroupList
Declaration
public List<int> StudentGroupList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TaskCategoryList
Declaration
public List<int> TaskCategoryList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
TaskFromDueDate
Declaration
public DateTime? TaskFromDueDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
TaskList
Declaration
public List<int> TaskList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
TaskResultList
Declaration
public List<int> TaskResultList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
TaskStatusList
Declaration
public List<int> TaskStatusList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
TaskToDueDate
Declaration
public DateTime? TaskToDueDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
TopFilteredRecords
Declaration
public int TopFilteredRecords { get; set; }
Property Value
Type |
Description |
System.Int32 |
|