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

Job Sort Options class which holds the details for Sorting. More...

Public Member Functions

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

Properties

JobField JobField [get, set]
 Gets or sets the job field details for sorting. If the field is workqueue field then MetaDataFieldName will be populated with the field name. For default columns FieldType will be populated. More...
 
short SortOrder [get, set]
 Gets or sets the sort order on which the sorting will be performed. This will contain the values 0 for ascending and 1 for descending. More...
 

Description

Job Sort Options class which holds the details for Sorting.

Constructor & Destructor Documentation

Initializes a new instance of the JobSortOptions class.

Property Documentation

Gets or sets the job field details for sorting. If the field is workqueue field then MetaDataFieldName will be populated with the field name. For default columns FieldType will be populated.

short SortOrder
getset

Gets or sets the sort order on which the sorting will be performed. This will contain the values 0 for ascending and 1 for descending.