TypeConversion Constructor (String, String, String)

Initializes a new instance of the class.

Namespace:  Microsoft.SharePoint.BusinessData.Infrastructure.Client
Assembly:  Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.dll)

Syntax

'Declaration
Public Sub New ( _
    lobType As String, _
    bdcType As String, _
    lobLocale As String _
)
'Usage
Dim lobType As String
Dim bdcType As String
Dim lobLocale As String

Dim instance As New TypeConversion(lobType, _
    bdcType, lobLocale)
public TypeConversion(
    string lobType,
    string bdcType,
    string lobLocale
)

Parameters

  • lobType
    Type: System.String

    The type of data which will be coming from and sent to the external system.

  • bdcType
    Type: System.String

    The type of the data that will be accessible from clients of Business Data Connectivity (BDC) service.

  • lobLocale
    Type: System.String

    The locale of the type coming from the external system.

See Also

Reference

TypeConversion Class

TypeConversion Members

TypeConversion Overload

Microsoft.SharePoint.BusinessData.Infrastructure.Client Namespace