Class MeasureProcessParameter
- Namespace
- Loehnert.TypeAndResult
- Assembly
- Loehnert.TypeAndResult.dll
Represents a additional parameter for a MeasureProcess instance.
public class MeasureProcessParameter : AdditionalParameter, INotifyPropertyChanged, ITrackable, IHasKey, IEquatable<AdditionalParameter>, ICanApplyID<AdditionalParameter>
- Inheritance
-
MeasureProcessParameter
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalParameterDefinitions
Gets the additional parameter definitions.
protected override IDictionary<string, IAdditionalParameterDefinition> AdditionalParameterDefinitions { get; }
Property Value
MeasureProcess
Gets the MeasureProcess object, to which the additional parameter belongs.
[JsonIgnore]
public virtual MeasureProcess MeasureProcess { get; }
Property Value
MeasureProcessId
Gets the foreign key fore the measure process.
[JsonIgnore]
public int MeasureProcessId { get; }