AbstractEntityInstance 构造函数 (MethodInstance, Object[], LobSystemInstance) (Microsoft.Office.Server.ApplicationRegistry.Runtime)

命名空间: Microsoft.Office.Server.ApplicationRegistry.Runtime
程序集: Microsoft.SharePoint.Portal (在 microsoft.sharepoint.portal.dll 中)

语法

声明
Public Sub New ( _
    methodInstance As MethodInstance, _
    identifierValues As Object(), _
    lobSystemInstance As LobSystemInstance _
)
用法
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
)

参数

  • methodInstance
    The method instance object representing the back-end method to be executed to obtain this entity instance.
  • identifierValues
    The identifier values for this entity instance.

另请参阅

参考

AbstractEntityInstance 类
AbstractEntityInstance 成员
Microsoft.Office.Server.ApplicationRegistry.Runtime 命名空间