'DeclarationPublic Function New( _ ByVal dataTypeModelProvider As IUADataTypeModelProvider, _ ByVal dataTypeDictionaryProvider As IUADataTypeDictionaryProvider, _ ByVal dataTypeDefinitionProvider As IUADataTypeDefinitionProvider, _ ByVal serverTables As IUAServerTables _ )
'UsageDim dataTypeModelProvider As IUADataTypeModelProvider Dim dataTypeDictionaryProvider As IUADataTypeDictionaryProvider Dim dataTypeDefinitionProvider As IUADataTypeDefinitionProvider Dim serverTables As IUAServerTables Dim instance As New EasyUAClientComplexData(dataTypeModelProvider, dataTypeDictionaryProvider, dataTypeDefinitionProvider, serverTables)
Parameters
- dataTypeModelProvider
- This is typically obtained from the IEasyUAClientComplexData.DataTypeModelProvider property of the IEasyUAClientComplexData service. - The value of this parameter cannot be - null(- Nothingin Visual Basic).
- dataTypeDictionaryProvider
- This is typically obtained from the IEasyUAClientComplexData.DataTypeDictionaryProvider property of the IEasyUAClientComplexData service. - The value of this parameter cannot be - null(- Nothingin Visual Basic).
- dataTypeDefinitionProvider
- This is typically obtained from the IEasyUAClientComplexData.DataTypeDefinitionProvider property of the IEasyUAClientComplexData service. - The value of this parameter cannot be - null(- Nothingin Visual Basic).
- serverTables
- The value of this parameter cannot be - null(- Nothingin Visual Basic).
