ConversionDefinitionItemSteps Property

Get a reference to the collection of steps used to complete this conversion when this is a procedural entry.

Definition

Namespace: ConversionCalc
Assembly: ConversionCalc (in ConversionCalc.dll) Version: 25.3016.3818
C#
[JsonPropertyAttribute(Order = 6)]
public ConversionStepCollection Steps { get; }

Property Value

ConversionStepCollection

See Also