Click or drag to resize

UndefinedJobProvider fields

The JobProviderBaseUndefinedJobProvider Type exposes the following members.

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)
Public FieldStatic MemberundefinedJobProvider 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.
Back to the top
See also