Article: AN0001708Updated:
This object is list of objects Job.
Object properties
All the functions refer to the list of objects on which the functio is called.
Name |
Description |
Job GetById(int? id) |
Function returns job according to the input Id. |
List GetIds() |
Function returns list of Id of all the jobs in the list. |
int GetMinId() |
Function returns the lowest Id of the jobs in the list.
If there is no job in the list, it returns -1.
|
int GetMaxId() |
Function returns the highest Id of the jobs in the list.
If there is no job in the list, it returns -1.
|
JobList Copy() |
Function creates new list and copies all the jobs in the list into it. |