ConversionStepItem Class

Information about an individual calculation step used during the conversion.

Definition

Namespace: ConversionCalc
Assembly: ConversionCalc (in ConversionCalc.dll) Version: 25.1109.1402+460980fe794ed921231d4cff278ac7c37ae486a2
C#
public class ConversionStepItem : IConversionStep
Inheritance
Object    ConversionStepItem
Implements
IConversionStep

Constructors

ConversionStepItemInitializes a new instance of the ConversionStepItem class

Properties

Domain Get/Set a reference to the domain to which this definition belongs.
Operation Get/Set the type of operation used to complete this conversion. Only used if EntryType == Conversion.
RefName Get/Set the name of this step's conversion reference.
Value Get/Set the conversion value.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also