adTempus API
ArcanaDevelopment.adTempus.Client Namespace / JobLinkResults Class
Members


In This Topic
    JobLinkResults Class
    In This Topic
    Contains the results from retrieving job chain information using DataContext.GetJobChain.
    Object Model
    JobLinkResults ClassJobCollection ClassJob Class
    Syntax
    'Declaration
     
    
    Public Class JobLinkResults 
    public class JobLinkResults 
    public ref class JobLinkResults 
    Remarks
    The member collections contain the same information in three slightly different forms:
    • The LinkedJobs collection contains a list of all of the jobs found in the chain, without information about their links.
    • The Links collection contains information about all of the links found.
    • The JobLinkInfo collection contains a JobLinkInfo item for each job in LinkedJobs; each item contains a reference to the job plus all links from the Links collection that involve the job, grouped based on whether the job is on the referencing or referenced end of the link.
    Inheritance Hierarchy

    System.Object
       ArcanaDevelopment.adTempus.Client.JobLinkResults

    See Also