Documentation EDI-Interface LKW Walter AT - Release 1.6.1
XmlEnumTypeCollection<T> Constructor



edi.lkwwalter.cioi.EDITrainV162Lib Namespace > XmlEnumTypeCollection<T> Class : XmlEnumTypeCollection<T> Constructor
Syntax
'Declaration
 
Public Function New( _
   ByVal elementName As String, _
   ByVal targetNamespace As String, _
   ByVal minOccurs As Integer, _
   ByVal maxOccurs As Integer, _
   ByVal enumClass As Type, _
   ByVal fromStringMethod As String, _
   ByVal toStringMethod As String _
)
'Usage
 
Dim elementName As String
Dim targetNamespace As String
Dim minOccurs As Integer
Dim maxOccurs As Integer
Dim enumClass As Type
Dim fromStringMethod As String
Dim toStringMethod As String
 
Dim instance As New XmlEnumTypeCollection(Of T)(elementName, targetNamespace, minOccurs, maxOccurs, enumClass, fromStringMethod, toStringMethod)

Parameters

elementName
targetNamespace
minOccurs
maxOccurs
enumClass
fromStringMethod
toStringMethod
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

XmlEnumTypeCollection<T> Class
XmlEnumTypeCollection<T> Members