'Declaration
Public Function New( _ ByVal client As IEasyDAClient, _ ByVal mappingProvider As DAMappingProvider, _ ByVal mappingContextTemplate As DAMappingContext _ )
'Usage
Dim client As IEasyDAClient Dim mappingProvider As DAMappingProvider Dim mappingContextTemplate As DAMappingContext Dim instance As New DAClientMapper(client, mappingProvider, mappingContextTemplate)
public DAClientMapper( IEasyDAClient client, DAMappingProvider mappingProvider, DAMappingContext mappingContextTemplate )
public: DAClientMapper( IEasyDAClient^ client, DAMappingProvider^ mappingProvider, DAMappingContext^ mappingContextTemplate )
Parameters
- client
- The client object that this mapper will use to make OPC operations.
This is typically the OpcLabs.EasyOpc.DataAccess.EasyDAClient object.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - mappingProvider
- The mapping provider to be used by this mapper.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - mappingContextTemplate
- The mapping context template.
The value of this parameter can be
null
(Nothing
in Visual Basic).