ConversionDefinitionEntryType Enumeration
Enumeration of available definition entry types.
Namespace: ConversionCalcAssembly: ConversionCalc (in ConversionCalc.dll) Version: 25.1109.1402+460980fe794ed921231d4cff278ac7c37ae486a2
public enum ConversionDefinitionEntryType
Public Enumeration ConversionDefinitionEntryType
No code example is currently available or this language may not be supported.
None | 0 |
No conversion entry type defined or unknown.
|
Base | 1 |
This is the base entry for the domain.
|
Conversion | 2 |
This conversion can be performed as a single operation from the base.
|
Procedure | 3 |
This conversion requires a series of operational steps to complete.
|