Click or drag to resize

JobProviderBase class

Base class for all JobProviders; must be derived. implements IJobProvider.
Inheritance hierarchy

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

The JobProviderBase Type exposes the following members.

Constructors
 NameDescription of the
Public MethodJobProviderBase Standard constructor.
Back to the top
Methods
 NameDescription of the
Public MethodGetJob Provides a concrete 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.
Protected MethodTryLoadJobPackage Adds the JobPackage to the logical job name logicalJobName. In the event of an error, nothing is added. Must be overwritten.
Back to the top
Fields
 NameDescription of the
Protected Field_appSettings Various application settings as properties.
Protected FieldLoadedJobPackages Dictionary with all previously loaded JobPackages.
Back to the top
Remarks
File: JobProviderBase Author: Erik Nagel 05.05.2013 Erik Nagel: created
See also