AbstractInstance, constructeur (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.
Espace de noms : Microsoft.Office.Server.ApplicationRegistry.Runtime
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
Public Sub New ( _
dataClass As DataClass, _
rootTypeDescriptor As TypeDescriptor, _
adapterObject As Object, _
lobSystemInstance As LobSystemInstance _
)
'Utilisation
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
)
Paramètres
- 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.
Voir aussi
Référence
AbstractInstance, classe
Membres AbstractInstance
Microsoft.Office.Server.ApplicationRegistry.Runtime, espace de noms