All Classes Namespaces Functions Properties Pages
Public Member Functions | Properties | List of all members
CustomSorting Class Reference

CustomSorting class More...

Public Member Functions

 CustomSorting ()
 Initializes a new instance of the CustomSorting class. More...
 

Properties

bool EnableJobListCustomSorting [get, set]
 Gets or sets a value indicating whether [enable job list custom sorting]. Joblist queries sorting will be determined based on this value. If the value is true, joblist queries will be sorted based on the sorting details specified in the joblist query else it will be sorted based on Expected Finish Time DESC More...
 
bool EnableWorkloadCustomSorting [get, set]
 Gets or sets a value indicating whether [enable workload custom sorting]. System queries sorting will be determined based on this value. If the value is true, system queries will be sorted based on the sorting details specified in the system query queries else if use priority is false, system queries will be sorted based on Due Date DESC, Priority ASC, Pending Time ASC If use priority is true, system queries will be sorted based on Priority ASC, Due Date DESC, Pending Time ASC More...
 
bool EnableWorkQueueCustomSorting [get, set]
 Gets or sets a value indicating whether [enable work queue custom sorting]. Workqueue sorting will be determined based on this value. If the value is true, workqueue will be sorted based on the sorting details specified in the work queue queries else if use priority is false, workqueue will be sorted based on Due Date DESC, Priority ASC, Pending Time ASC If use priority is true, workqueue will be sorted based on Priority ASC, Due Date DESC, Pending Time ASC More...
 

Description

CustomSorting class

Constructor & Destructor Documentation

Initializes a new instance of the CustomSorting class.

Property Documentation

bool EnableJobListCustomSorting
getset

Gets or sets a value indicating whether [enable job list custom sorting]. Joblist queries sorting will be determined based on this value. If the value is true, joblist queries will be sorted based on the sorting details specified in the joblist query else it will be sorted based on Expected Finish Time DESC

true if [enable job list custom sorting]; otherwise, false.

bool EnableWorkloadCustomSorting
getset

Gets or sets a value indicating whether [enable workload custom sorting]. System queries sorting will be determined based on this value. If the value is true, system queries will be sorted based on the sorting details specified in the system query queries else if use priority is false, system queries will be sorted based on Due Date DESC, Priority ASC, Pending Time ASC If use priority is true, system queries will be sorted based on Priority ASC, Due Date DESC, Pending Time ASC

true if [enable workload custom sorting]; otherwise, false.

bool EnableWorkQueueCustomSorting
getset

Gets or sets a value indicating whether [enable work queue custom sorting]. Workqueue sorting will be determined based on this value. If the value is true, workqueue will be sorted based on the sorting details specified in the work queue queries else if use priority is false, workqueue will be sorted based on Due Date DESC, Priority ASC, Pending Time ASC If use priority is true, workqueue will be sorted based on Priority ASC, Due Date DESC, Pending Time ASC

true if [enable work queue custom sorting]; otherwise, false.