Table of Contents

Class Result

Namespace
Loehnert.Lisrt.DummyPart
Assembly
Loehnert.Lisrt.DummyPart.dll

Represents the result for a dummy part measurement.

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

Constructors

Result(DummyPartDefinition)

Initializes a new instance of the Result class.

public Result(DummyPartDefinition dummyPart)

Parameters

dummyPart DummyPartDefinition

Definition for the dummy part.

Exceptions

ArgumentNullException

Thrown when dummyPart is null.

Properties

Classification

Gets the classification.

public Classification Classification { get; }

Property Value

Classification

Definition

Gets the definition for the dummy part.

public DummyPartDefinition Definition { get; }

Property Value

DummyPartDefinition

IsReleased

Gets a value indicating whether the result is released.

public bool IsReleased { get; }

Property Value

bool

Remarks

Depends on the classification cycle is passed.

MeasureCycle

Gets or sets the measure cycle.

public MeasureCycle MeasureCycle { get; set; }

Property Value

MeasureCycle