The JobSearchParams type exposes the following members.
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | JobSearchParams | Initializes a new instance of the JobSearchParams class |
Properties
Name | Description | |
---|---|---|
![]() | Company | The company to search for |
![]() | CostCentre | The cost centre to search for |
![]() | CreatedDateFrom | The lower bound of the date range to filter jobs by |
![]() | CreatedDateTo | The upper bound of the date range to filter jobs by |
![]() | IsProfiled | Whether to only include jobs that are/are not profiled |
![]() | JobRefID | The JobRefID to search for |
![]() | Name | The name of job to search for |
![]() | OrderAscending | Whether to sort results in ascending order |
![]() | OrderBy | The method of ordering to use on the results |
![]() | PageIndex | The zero-based index of the results page to retrieve |
![]() | PageSize | The number of results to include on each page |
See Also