Table of Contents

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

IDictionary<string, IAdditionalParameterDefinition>

MeasureProcess

Gets the MeasureProcess object, to which the additional parameter belongs.

[JsonIgnore]
public virtual MeasureProcess MeasureProcess { get; }

Property Value

MeasureProcess

MeasureProcessId

Gets the foreign key fore the measure process.

[JsonIgnore]
public int MeasureProcessId { get; }

Property Value

int