AbstractEntityInstance Constructor (MethodInstance, Object[], LobSystemInstance)

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

Syntax

'Declaration
Public Sub New ( _
    methodInstance As MethodInstance, _
    identifierValues As Object(), _
    lobSystemInstance As LobSystemInstance _
)
'Usage
Dim methodInstance As MethodInstance
Dim identifierValues As Object()
Dim lobSystemInstance As LobSystemInstance

Dim instance As New AbstractEntityInstance(methodInstance, _
    identifierValues, lobSystemInstance)
public AbstractEntityInstance(
    MethodInstance methodInstance,
    Object[] identifierValues,
    LobSystemInstance lobSystemInstance
)

Parameters

  • identifierValues
    Type: []
    The identifier values for this entity instance.

See Also

Reference

AbstractEntityInstance Class

AbstractEntityInstance Members

AbstractEntityInstance Overload

Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace