Class WorkFlowResultDetail
Represents the work flow result read from the laser.
public class WorkFlowResultDetail : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
- Inheritance
-
PropertyChangedBaseWorkFlowResultDetail
- Implements
-
INotifyPropertyChangedEx
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
Properties
AcquisitionAfterMarking
Gets or sets the result of acquisition after marking.
public AcquisitionResult AcquisitionAfterMarking { get; set; }
Property Value
AcquisitionBeforeMarking
Gets or sets the result of acquisition before marking.
public AcquisitionResult AcquisitionBeforeMarking { get; set; }
Property Value
CodeReadingResult
Gets or sets the result of code reading.
public AcquisitionResult CodeReadingResult { get; set; }
Property Value
MarkingConfirmationResult
Gets or sets the result of marking confirmation.
public AcquisitionResult MarkingConfirmationResult { get; set; }
Property Value
MarkingEnergyResult
Gets or sets the result of marking energy.
public AcquisitionResult MarkingEnergyResult { get; set; }
Property Value
MarkingResult
Gets or sets the marking result.
public AcquisitionResult MarkingResult { get; set; }
Property Value
ObjectCheckAfterMarking
Gets or sets the result of object check after marking.
public AcquisitionResult ObjectCheckAfterMarking { get; set; }
Property Value
ObjectCheckBeforeMarking
Gets or sets the result of object check before marking.
public AcquisitionResult ObjectCheckBeforeMarking { get; set; }
Property Value
WorkflowResult
Gets or sets the workflow result.
public WorkflowResult WorkflowResult { get; set; }
Property Value
WorkflowWasExecuted
Gets or sets a value indicating whether workflow was executed.
public bool WorkflowWasExecuted { get; set; }
Property Value
XYAcquisition
Gets or sets the result of xy-acquisition.
public AcquisitionResult XYAcquisition { get; set; }
Property Value
ZAcquisition
Gets or sets the result of z-acquisition.
public AcquisitionResult ZAcquisition { get; set; }