![]() | Job |
The JobProviderBaseUndefinedJobProvider Type exposes the following members.
Name | Description of the | |
---|---|---|
![]() | JobProviderBaseUndefinedJobProvider | initializes a new instance of the JobProviderBaseUndefinedJobProvider class |
Name | Description of the | |
---|---|---|
![]() | GetJob |
Returns a specific job instance for a JobList
in a LogicalTaskTree.
(Inherited from JobProviderBase) |
![]() | GetLogicalJobName |
Returns the logical name of the job with the
physical name of the JobPackage or logical name of the job.
(Inherited from JobProviderBase) |
![]() | GetPhysicalJobPath |
Returns the physical name of the JobPackage with the
physical name of the JobPackage or logical name of the job.
(Inherited from JobProviderBase) |
![]() | TryLoadJobPackage |
Adds the JobPackage
with the logical path logicalJobName.
In the event of an error, nothing is added.
(Overwrites JobProviderBaseTryLoadJobPackage(String)) |
Name | Description of the | |
---|---|---|
![]() | _appSettings |
Various application settings as properties.
(Inherited from JobProviderBase) |
![]() | LoadedJobPackages |
Dictionary with all previously loaded JobPackages.
(Inherited from JobProviderBase) |
![]() ![]() | undefinedJobProvider | Static instance for an undefined JobProvider. Replaces null to avoid the miserable null warnings when using LogicalNodes and JobLists which it is ensured that at the time of use they are not are not equal to zero, but are not yet instantiated in the constructor in a meaningful way. could be realised. For any subsequent null queries, null must be replaced by this instance. It can then be checked for 'is IUndefinedElement' if necessary. |