Class Result
Represents the result for a dummy part measurement.
public class Result : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
- Inheritance
-
PropertyChangedBaseResult
- Implements
-
INotifyPropertyChangedEx
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
Constructors
Result(DummyPartDefinition)
Initializes a new instance of the Result class.
public Result(DummyPartDefinition dummyPart)
Parameters
dummyPart
DummyPartDefinitionDefinition for the dummy part.
Exceptions
- ArgumentNullException
Thrown when
dummyPart
is null.
Properties
Classification
Gets the classification.
public Classification Classification { get; }
Property Value
Definition
Gets the definition for the dummy part.
public DummyPartDefinition Definition { get; }
Property Value
IsReleased
Gets a value indicating whether the result is released.
public bool IsReleased { get; }
Property Value
Remarks
Depends on the classification cycle is passed.
MeasureCycle
Gets or sets the measure cycle.
public MeasureCycle MeasureCycle { get; set; }