Click or drag to resize

ProductionJobProvider class

Searches, loads and delivers jobs for JobList nodes in the LogicalTaskTree.
Inheritance hierarchy
SystemObject
  LogicalTaskTreeJobProviderBase
    LogicalTaskTree.ProviderProductionJobProvider

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

The ProductionJobProvider Type exposes the following members.

Constructors
 NameDescription of the
Public MethodProductionJobProviderinitializes a new instance of the ProductionJobProvider class
Back to the top
Methods
 NameDescription of the
Public MethodGetJob Returns a specific job instance for a JobList in a LogicalTaskTree.
(Inherited from JobProviderBase)
Public MethodGetLogicalJobName Returns the logical name of the job with the physical name of the JobPackage or logical name of the job.
(Inherited from JobProviderBase)
Public MethodGetPhysicalJobPath Returns the physical name of the JobPackage with the physical name of the JobPackage or logical name of the job.
(Inherited from JobProviderBase)
Protected MethodTryLoadJobPackage Adds the JobPackage with the logical path logicalJobName. In the event of an error, nothing is added.
(Overwrites JobProviderBaseTryLoadJobPackage(String))
Back to the top
Fields
 NameDescription of the
Protected Field_appSettings Various application settings as properties.
(Inherited from JobProviderBase)
Protected FieldLoadedJobPackages Dictionary with all previously loaded JobPackages.
(Inherited from JobProviderBase)
Back to the top
Remarks
File: ProductionJobProvider.cs Author: Erik Nagel 12.10.2013 Erik Nagel: created 27.10.2017 Erik Nagel: Better resolution of zipped jobs with SubJobs. 01.02.2024 Erik Nagel: AppSettings.JobDirPathes extended by "Documentation" and "Tests". 22.02.2024 Erik Nagel: GetJobElementResolvedPath, isPathServerReachable and canPing here and realised in a revised form in NetworkMappingsRefresher.
See also