Compartir a través de


: AbstractInstance (Constructor) (DataClass, TypeDescriptor, Object, LobSystemInstance) (Microsoft.Office.Server.ApplicationRegistry.Runtime)

Creates a new instance based on the data fields corresponding to the return TypeDescriptor object of the method instance.

Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)

Sintaxis

'Declaración
Public Sub New ( _
    dataClass As DataClass, _
    rootTypeDescriptor As TypeDescriptor, _
    adapterObject As Object, _
    lobSystemInstance As LobSystemInstance _
)
'Uso
Dim dataClass As DataClass
Dim rootTypeDescriptor As TypeDescriptor
Dim adapterObject As Object
Dim lobSystemInstance As LobSystemInstance

Dim instance As New AbstractInstance(dataClass, rootTypeDescriptor, adapterObject, lobSystemInstance)
public AbstractInstance (
    DataClass dataClass,
    TypeDescriptor rootTypeDescriptor,
    Object adapterObject,
    LobSystemInstance lobSystemInstance
)

Parámetros

  • dataClass
    The DataClass object this is an instance of.
  • rootTypeDescriptor
    The root TypeDescriptor of the method instance that returns the instance.
  • adapterObject
    The raw adapter object from the back-end application.
  • lobSystemInstance
    The LobSystemInstance that this instance belongs to.

Vea también

Referencia

AbstractInstance (Clase)
AbstractInstance (Miembros)
Microsoft.Office.Server.ApplicationRegistry.Runtime (Espacio de nombres)