Click or drag to resize

BaseJobElement Properties

The BaseJobElement type exposes the following members.

Properties
 NameDescription
Protected propertyApplicationDataDirectory The directory where application data, such as logs and configurations, are stored.
Public propertyCondition The binning condition for the holder of the job element.
Protected propertyConfigurationManager
(Inherited from BasePlugin)
Protected propertyDeviceManager 
Protected propertyDirtyFlagLocker The lock object for property modification.
Protected propertyDoHandleConditionPortChangedDelegate 
Public propertyIsDirty The flag to indicate whether the content of this job element has been modified.
Public propertyJobElementID The unique ID of the job element. If the concrete class inherits from BaseJobElement, the JobElementID of the BaseJobElement will be prefilled. Recommended not to be changed.
Protected propertyLogDirectory The directory of the log file.
(Inherited from BasePlugin)
Public propertyLogger The common logger.
(Inherited from BasePlugin)
Public propertyPluginMetadata The metadata of the plugin instances. If the concrete class inherits from the BasePluginSetup interface, the metadata of the BasePluginSetup will be prefilled.
(Inherited from BasePlugin)
Public propertyPropertyMask 
Public propertyShowConditionControllerUIDelegate The delegate to show the controller UI because no ports have been defined.
Protected propertyVariableManager 
Public propertyVariableScopeName 
Top
See Also