Share via


WebServiceEntityInstance Constructor (Entity, TypeDescriptor, Object, LobSystemInstance)

Namespace:  Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.WebService
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Public Sub New ( _
    entity As Entity, _
    rootTypeDescriptor As TypeDescriptor, _
    adapterObject As Object, _
    lobSystemInstance As LobSystemInstance _
)
'Usage
Dim entity As Entity
Dim rootTypeDescriptor As TypeDescriptor
Dim adapterObject As Object
Dim lobSystemInstance As LobSystemInstance

Dim instance As New WebServiceEntityInstance(entity, _
    rootTypeDescriptor, adapterObject, _
    lobSystemInstance)
public WebServiceEntityInstance(
    Entity entity,
    TypeDescriptor rootTypeDescriptor,
    Object adapterObject,
    LobSystemInstance lobSystemInstance
)

Parameters

See Also

Reference

WebServiceEntityInstance Class

WebServiceEntityInstance Members

WebServiceEntityInstance Overload

Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.WebService Namespace