1. OG data type - JobRoleList

    Article: AN0001710Updated:

    This object is list of objects JobRole.

    Object properties

    All functions relate to the list of objects, over which the function is called.

     

    Název Popis
    JobRoleList GetByJobId(int jobId) Function returns instances related to the input job.
    JobRoleList GetByRoleId(int roleId) Function returns instances related to the input role.
    bool Exists(int roleId, JobRoleOperation operation) Function finds out, wheather there is an relation of the input role and operation without taking into account property Enable.
    JobRoleList GetByOperation(JobRoleOperation operation) Function returns instances related to the input operation.

     

×