Click or drag to resize

EmptyJobProvider class

Dummy-JobProvider for snapshots.
Inheritance hierarchy
SystemObject
  LogicalTaskTree.ProviderEmptyJobProvider

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

The EmptyJobProvider Type exposes the following members.

Constructors
 NameDescription of the
Public MethodEmptyJobProviderinitializes a new instance of the EmptyJobProvider class
Back to the top
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
See also