DataDirect XML Converters 5.0 Send comments on this topic.
LicProviderType Enumeration
See Also  
DDTek.XmlConverter Namespace : LicProviderType Enumeration




The ID numbers for the licensable converters.

Syntax

Visual Basic (Declaration) 
Public Enum LicProviderType 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As LicProviderType
C# 
public enum LicProviderType : Enum 
Managed Extensions for C++ 
__value public enum LicProviderType : public Enum 
C++/CLI 
public enum class LicProviderType : public Enum 

Members

MemberDescription
CONV_NON_EDI The ID number for Custom XML Conversions.
CONV_X12 The ID number for X12 conversions.
CONV_ATIS The ID number for ATIS conversions.
CONV_EDIFACT The ID number for EDIFACT conversions.
CONV_EANCOM The ID number for EANCOM conversions.
CONV_EDIGAS The ID number for Edig@s conversions.
CONV_NCPDP The ID number for NCPDP conversions.
CONV_IATA The ID number for IATA conversions.
CONV_HL7 The ID number for HL7 conversions.
CONV_HIPAA The ID number for HIPAA conversions.
CONV_TRADACOMS The ID number for TRADACOMS conversions.
CONV_CARGO The ID number for CARGO-IMP conversions.
CONV_LAST Reserved.
CONV_ALL_DRIVERS Reserved.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         DDTek.XmlConverter.LicProviderType

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.