AbstractInstance Constructor (DataClass, TypeDescriptor, Object, LobSystemInstance)
Creates a new instance based on the data fields corresponding to the return TypeDescriptor object of the method instance.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Runtime
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Sub New ( _
dataClass As DataClass, _
rootTypeDescriptor As TypeDescriptor, _
adapterObject As Object, _
lobSystemInstance As LobSystemInstance _
)
'Usage
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
)
Parameters
- dataClass
Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.DataClass
The DataClass object this is an instance of.
- rootTypeDescriptor
Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.TypeDescriptor
The root TypeDescriptor of the method instance that returns the instance.
- adapterObject
Type: System.Object
The raw adapter object from the back-end application.
- lobSystemInstance
Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.LobSystemInstance
The LobSystemInstance that this instance belongs to.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace