ConversionDefinitionEntryType Enumeration
Enumeration of available definition entry types.
Namespace: ConversionCalcAssembly: ConversionCalc (in ConversionCalc.dll) Version: 25.3016.3818
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.
|
| External | 3 |
Resolve the item externally through an event.
|
| Procedure | 4 |
This conversion requires a series of operational steps to complete.
|