ConversionDefinitionItem Class

Definition of an individual conversion.

Definition

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

Constructors

ConversionDefinitionItemInitializes a new instance of the ConversionDefinitionItem class

Properties

Aliases Get a reference to the list of aliases by which this conversion might be known.
Domain Get/Set a reference to the domain to which this definition belongs.
EntryType Get/Set the entry type of this conversion.
Name Get/Set the name of the conversion.
Operation Get/Set the type of operation used to complete this conversion. Only used if EntryType == Conversion.
RefName Get/Set the name of the conversion to look up.
Steps Get a reference to the collection of steps used to complete this conversion when this is a procedural entry.
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