Click or drag to resize

ZShifter Properties

The ZShifter type exposes the following members.

Properties
 NameDescription
Protected propertyApplicationDataDirectory The directory where application data, such as logs and configurations, are stored.
(Inherited from BaseJobElement)
Public propertyCanOutputSingleJobElement
(Inherited from BaseFlowJobElement)
Public propertyChildren The list of the child job elements.
(Inherited from BaseFlowJobElement)
Public propertyCondition The binning condition for the holder of the job element.
(Inherited from BaseJobElement)
Protected propertyConfigurationManager
(Inherited from BasePlugin)
Public propertyCurrentIteration The current iteration index.
(Inherited from BaseLoopFlow)
Protected propertyDeviceManager
(Inherited from BaseJobElement)
Protected propertyDirtyFlagLocker The lock object for property modification.
(Inherited from BaseJobElement)
Protected propertyDoHandleConditionPortChangedDelegate
(Inherited from BaseJobElement)
Public propertyHasConditionValueOverride The flag to indicate that the condition is used for the direct children and each can override the condition value. The container itself does not use the binning.
(Inherited from BaseFlowJobElement)
Protected propertyInternalChildren The list of the child job elements, in read-write form.
(Inherited from BaseFlowJobElement)
Protected propertyInternalIterations The number of iterations that will be performed.
(Inherited from BaseLoopFlow)
Public propertyIsAborted The flag to indicate whether this job element has stopped processing its children in case of error.
(Inherited from BaseFlowJobElement)
Public propertyIsDirty The flag to indicate whether the content of this job element has been modified.
(Inherited from BaseJobElement)
Public propertyIsNonAtomicObsolete.
The flag to indicate whether the children execution will be intermingled with other outside job elements. This is only meaningful if the parent's IsParallel is true.
(Inherited from BaseFlowJobElement)
Public propertyIsParallelObsolete.
The flag to indicate whether the children will be executed in parallel.
(Inherited from BaseFlowJobElement)
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.
(Inherited from BaseJobElement)
Protected propertyLogDirectory The directory of the log file.
(Inherited from BasePlugin)
Public propertyLogger The common logger.
(Inherited from BasePlugin)
Public propertyMarkableConfiguration The configuration of this flow job element.
(Inherited from BaseFlowJobElement)
Public propertyOutputSingleJobElement
(Inherited from BaseFlowJobElement)
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
(Inherited from BaseJobElement)
Public propertyRepeat If true the job element will be executed repeatedly
(Inherited from BaseLoopFlow)
Public propertyRotation Rotation to apply after each execution.
Public propertyShifts Sequence of shifts containing the number of executions and the delta z.
Public propertyShowConditionControllerUIDelegate The delegate to show the controller UI because no ports have been defined.
(Inherited from BaseJobElement)
Protected propertyUseMaxFlowJobElementExecutions The flag to indicate whether this flow job element honors the value of maximum executions that is passed via the Execute method.
(Inherited from BaseLoopFlow)
Protected propertyVariableManager
(Inherited from BaseJobElement)
Public propertyVariableScopeName
(Inherited from BaseJobElement)
Top
See Also