Enumeration for ordering the results from a job search
Namespace: Thomas.APIServices.DataTypesAssembly: Thomas.APIServices (in Thomas.APIServices.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
[DataContractAttribute] public enum JobSearchOrderByEnum
Members
Member name | Value | Description | |
---|---|---|---|
JobName | 1 | Order results by the job title | |
Company | 2 | Order results by the company the job belongs to | |
CostCentre | 3 | Order results by the cost centre the job belongs to | |
JobRefID | 4 | Order results by the job reference ID | |
CreatedDate | 5 | Order results by the date the job was created |
Remarks
See Also