Table of Contents

Class WorkFlowResultDetail

Namespace
Loehnert.Lisrt.Laser.Keyence
Assembly
Loehnert.Lisrt.Laser.Keyence.dll

Represents the work flow result read from the laser.

public class WorkFlowResultDetail : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
Inheritance
PropertyChangedBase
WorkFlowResultDetail
Implements
INotifyPropertyChangedEx
Inherited Members
PropertyChangedBase.Refresh()
PropertyChangedBase.IsNotifying
PropertyChangedBase.PropertyChanged

Properties

AcquisitionAfterMarking

Gets or sets the result of acquisition after marking.

public AcquisitionResult AcquisitionAfterMarking { get; set; }

Property Value

AcquisitionResult

AcquisitionBeforeMarking

Gets or sets the result of acquisition before marking.

public AcquisitionResult AcquisitionBeforeMarking { get; set; }

Property Value

AcquisitionResult

CodeReadingResult

Gets or sets the result of code reading.

public AcquisitionResult CodeReadingResult { get; set; }

Property Value

AcquisitionResult

MarkingConfirmationResult

Gets or sets the result of marking confirmation.

public AcquisitionResult MarkingConfirmationResult { get; set; }

Property Value

AcquisitionResult

MarkingEnergyResult

Gets or sets the result of marking energy.

public AcquisitionResult MarkingEnergyResult { get; set; }

Property Value

AcquisitionResult

MarkingResult

Gets or sets the marking result.

public AcquisitionResult MarkingResult { get; set; }

Property Value

AcquisitionResult

ObjectCheckAfterMarking

Gets or sets the result of object check after marking.

public AcquisitionResult ObjectCheckAfterMarking { get; set; }

Property Value

AcquisitionResult

ObjectCheckBeforeMarking

Gets or sets the result of object check before marking.

public AcquisitionResult ObjectCheckBeforeMarking { get; set; }

Property Value

AcquisitionResult

WorkflowResult

Gets or sets the workflow result.

public WorkflowResult WorkflowResult { get; set; }

Property Value

WorkflowResult

WorkflowWasExecuted

Gets or sets a value indicating whether workflow was executed.

public bool WorkflowWasExecuted { get; set; }

Property Value

bool

XYAcquisition

Gets or sets the result of xy-acquisition.

public AcquisitionResult XYAcquisition { get; set; }

Property Value

AcquisitionResult

ZAcquisition

Gets or sets the result of z-acquisition.

public AcquisitionResult ZAcquisition { get; set; }

Property Value

AcquisitionResult