Click or drag to resize

IJobProvider interface

Interface for suppliers of jobs for JobList nodes in the LogicalTaskTree.

Namespace: LogicalTaskTree
Assembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public interface IJobProvider

The IJobProvider Type exposes the following members.

Methods
 NameDescription of the
Public MethodGetJob Returns a specific job instance for a JobList in a LogicalTaskTree.
Public MethodGetLogicalJobName Returns the logical name of the job with the physical name of the JobPackage or logical name of the job.
Public MethodGetPhysicalJobPath Returns the physical name of the JobPackage with the physical name of the JobPackage or logical name of the job.
Back to the top
Remarks
File: IJobProvider.cs Author: Erik Nagel 26.01.2012 Erik Nagel: created
See also